ronin/scripts/units/unit.js
Devine Lu Linvega bd0ea1d46b Improved hints
2017-05-24 10:12:16 -10:00

5 lines
84 B
JavaScript

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