2017-09-25 15:42:10 +13:00

5 lines
84 B
JavaScript

function Unit()
{
this.example = "unknown";
this.name = this.constructor.name;
}