Compare commits

..

1 commit

Author SHA1 Message Date
Kevin Schmidt
831359eea9 TD-50 Add Money to Matchdata
All checks were successful
Quality Check / Validate OAS (push) Successful in 36s
Quality Check / Validate OAS (pull_request) Successful in 38s
Quality Check / Testing (push) Successful in 1m17s
Quality Check / Linting (push) Successful in 1m18s
Quality Check / Static Analysis (push) Successful in 1m24s
Quality Check / Linting (pull_request) Successful in 1m7s
Quality Check / Static Analysis (pull_request) Successful in 1m11s
Quality Check / Testing (pull_request) Successful in 44s
2025-03-12 12:25:08 +01:00

View file

@ -337,7 +337,14 @@ operations:
$ref: "#/channels/match"
messages:
- $ref: "#/channels/match/messages/TowerPlaced"
##TODO: Operation hinzufuegen
playerMoney:
title: PlayerMoney
action: receive
channel:
$ref: "#/channels/match"
messages:
- $ref: "#/channels/match/messages/PlayerMoney"
components: