Exemplo n.º 1
0
Arquivo: Unit.cs Projeto: qrogers/VSCX
 private void Kill()
 {
     unitHandler.KillUnit(this);
     Destroy(gameObject);
 }