ronin/scripts/unit.js

7 lines
78 B
JavaScript

function Unit()
{
this.render = function()
{
return "[MISSING]";
}
}