mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 14:13:18 +00:00
7ce9e7675f
This was SVN commit r18581.
12 lines
256 B
JavaScript
12 lines
256 B
JavaScript
Engine.RegisterInterface("CeasefireManager");
|
|
|
|
/**
|
|
* Message sent from CeasefireManager component.
|
|
*/
|
|
Engine.RegisterMessageType("CeasefireStarted");
|
|
|
|
/**
|
|
* Message sent from CeasefireManager component.
|
|
*/
|
|
Engine.RegisterMessageType("CeasefireEnded");
|