mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-06 15:05:47 -07:00
5 lines
174 B
JavaScript
5 lines
174 B
JavaScript
Engine.RegisterInterface("UnitAI");
|
|
|
|
// Message of the form { "idle": true },
|
|
// sent whenever the unit's idle status changes.
|
|
Engine.RegisterMessageType("UnitIdleChanged");
|