mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 07:13:56 -07:00
5 lines
165 B
JavaScript
5 lines
165 B
JavaScript
Engine.RegisterInterface("Health");
|
|
|
|
// Message of the form { "from": 100, "to", 90 },
|
|
// sent whenever health changes.
|
|
Engine.RegisterMessageType("HealthChanged");
|