forked from mirrors/0ad
7ce9e7675f
This was SVN commit r18581.
8 lines
286 B
JavaScript
8 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");
|