function Bang()
{
  Unit.call(this);
  
  this.example = "";
  
  this.render = function()
  {
    return "BANG";
  }
}