mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 15:53:59 +00:00
e3bc8d1c87
This was SVN commit r13093.
6 lines
180 B
JavaScript
6 lines
180 B
JavaScript
Engine.RegisterInterface("BattleDetection");
|
|
|
|
// Message of the form { "to": "STATE" }.
|
|
// sent whenever the battle state changes
|
|
Engine.RegisterMessageType("BattleStateChanged");
|