mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 07:13:56 -07:00
5 lines
180 B
JavaScript
5 lines
180 B
JavaScript
Engine.RegisterInterface("BattleDetection");
|
|
|
|
// Message of the form { "to": "STATE" }.
|
|
// sent whenever the battle state changes
|
|
Engine.RegisterMessageType("BattleStateChanged");
|