forked from mirrors/0ad
bc93f51a1c
Earlier version reviewed by: bb Comments by: elexis Differential Revision: https://code.wildfiregames.com/D1460 This was SVN commit r22226.
8 lines
189 B
JavaScript
8 lines
189 B
JavaScript
Engine.RegisterInterface("Promotion");
|
|
|
|
/**
|
|
* Message of the form {}
|
|
* sent from Promotion component whenever the experience changes.
|
|
*/
|
|
Engine.RegisterMessageType("ExperienceChanged");
|