7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
function Unit()
|
|
{
|
|
this.render = function()
|
|
{
|
|
return "HEY!";
|
|
}
|
|
} |