mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-08 16:05:48 -07:00
7 lines
286 B
JavaScript
7 lines
286 B
JavaScript
Engine.RegisterInterface("ResourceGatherer");
|
|
|
|
/**
|
|
* Message of the form { "to": [{ "type": string, "amount": number, "max":number }] }
|
|
* sent from ResourceGatherer component whenever the amount of carried resources changes.
|
|
*/
|
|
Engine.RegisterMessageType("ResourceCarryingChanged");
|