Compare commits
1 commit
a446a9febc
...
831359eea9
Author | SHA1 | Date | |
---|---|---|---|
|
831359eea9 |
1 changed files with 8 additions and 1 deletions
|
@ -337,7 +337,14 @@ operations:
|
||||||
$ref: "#/channels/match"
|
$ref: "#/channels/match"
|
||||||
messages:
|
messages:
|
||||||
- $ref: "#/channels/match/messages/TowerPlaced"
|
- $ref: "#/channels/match/messages/TowerPlaced"
|
||||||
##TODO: Operation hinzufuegen
|
playerMoney:
|
||||||
|
title: PlayerMoney
|
||||||
|
action: receive
|
||||||
|
channel:
|
||||||
|
$ref: "#/channels/match"
|
||||||
|
messages:
|
||||||
|
- $ref: "#/channels/match/messages/PlayerMoney"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
components:
|
components:
|
||||||
|
|
Loading…
Add table
Reference in a new issue