ronin/scripts/unit.js
2016-11-16 15:51:30 -08:00

7 lines
73 B
JavaScript

function Unit()
{
this.render = function()
{
return "HEY!";
}
}