1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/components/Promotion.js

16 lines
324 B
JavaScript
Raw Normal View History

function Promotion() {}
Promotion.prototype.Schema =
"<element name='Entity'>" +
"<text/>" +
"</element>" +
"<element name='Req'>" +
"<data type='positiveInteger'/>" +
"</element>";
/*
* TODO: this all needs to be designed and implemented
*/
Engine.RegisterComponentType(IID_Promotion, "Promotion", Promotion);