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