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