1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/components/Promotion.js
Ykkrosh cdcee291cf Convert all remaining entity template data to new file format.
Add dummy component implementations for new data.
Partly support multiple weapons for a single unit.

This was SVN commit r7547.
2010-05-15 21:07:52 +00:00

16 lines
324 B
JavaScript

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);