7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
function Unit()
|
|
{
|
|
this.render = function()
|
|
{
|
|
return "[MISSING]";
|
|
}
|
|
} |