mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-07 23:45:47 -07:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
|
|
Modding.prototype.GetX = function() {
|
||
|
|
return this.x * 10;
|
||
|
|
};
|
||
|
|
|
||
|
|
Engine.ReRegisterComponentType(IID_Test1, "Modding", Modding);
|