Ejemplo n.º 1
0
 public void Upgrade()
 {
     level++;
     if (miParent != null)
     {
         miParent.StatUpgraded(this);
     }
 }