mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
Earlier version reviewed by: bb Comments by: elexis Differential Revision: https://code.wildfiregames.com/D1460 This was SVN commit r22226.
7 lines
189 B
JavaScript
7 lines
189 B
JavaScript
Engine.RegisterInterface("Promotion");
|
|
|
|
/**
|
|
* Message of the form {}
|
|
* sent from Promotion component whenever the experience changes.
|
|
*/
|
|
Engine.RegisterMessageType("ExperienceChanged");
|