mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 12:32:21 +00:00
7ce9e7675f
This was SVN commit r18581.
8 lines
201 B
JavaScript
8 lines
201 B
JavaScript
Engine.RegisterInterface("Health");
|
|
|
|
/**
|
|
* Message of the form { "from": number, "to": number }
|
|
* sent from Health component whenever health changes.
|
|
*/
|
|
Engine.RegisterMessageType("HealthChanged");
|