mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 10:33:04 +00:00
7ce9e7675f
This was SVN commit r18581.
8 lines
236 B
JavaScript
8 lines
236 B
JavaScript
Engine.RegisterInterface("BattleDetection");
|
|
|
|
/**
|
|
* Message of the form { "player": number, "to": string }
|
|
* sent from BattleDetection component whenever the battle state changes.
|
|
*/
|
|
Engine.RegisterMessageType("BattleStateChanged");
|