1
0
forked from 0ad/0ad

Add missing file for units promotion.

This was SVN commit r9395.
This commit is contained in:
fcxSanya 2011-05-02 17:42:48 +00:00
parent e2f006e1a5
commit a523dc48ac

View File

@ -0,0 +1,9 @@
/**
* Broadcast message
* sent when one entity is changed to other:
* from Foundation component when building constuction is done
* and from Promotion component when unit is promoted
* Data: { entity: <integer>, newentity: <integer> }
*/
Engine.RegisterMessageType("EntityRenamed");