1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/components/Looter.js
fcxSanya 245f29b798 Summary screen. Closes #638.
This was SVN commit r8576.
2010-11-12 22:24:49 +00:00

12 lines
188 B
JavaScript

function Looter() {}
Looter.prototype.Schema =
"<empty/>";
/*
* TODO: this all needs to be designed and implemented
*/
Engine.RegisterComponentType(IID_Looter, "Looter", Looter);