2017-09-19 10:08:37 +13:00

5 lines
84 B
JavaScript

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