function Unit()
{
  this.example = "unknown";
  
  this.render = function()
  {
    return "[MISSING]";
  }
}