forked from mirrors/0ad
6230bbea24
Reviewed By: wraitii Differential Revision: https://code.wildfiregames.com/D1850 This was SVN commit r22513.
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
Modding.prototype.GetX = function() {
|
|
return this.x * 10;
|
|
};
|
|
|
|
Engine.ReRegisterComponentType(IID_Test1, "Modding", Modding);
|