0ad/binaries/data/mods/public/simulation/components/interfaces/Promotion.js
Imarok bc93f51a1c Add an experience status bar
Earlier version reviewed by: bb
Comments by: elexis
Differential Revision: https://code.wildfiregames.com/D1460
This was SVN commit r22226.
2019-04-25 15:58:54 +00:00

7 lines
189 B
JavaScript

Engine.RegisterInterface("Promotion");
/**
* Message of the form {}
* sent from Promotion component whenever the experience changes.
*/
Engine.RegisterMessageType("ExperienceChanged");