Ejemplo n.º 1
0
 public void HandleDeath()
 {
     // public so that the hand manager can call this when the game ends if need be
     HandManager.RemoveHand(id);
     ObjectPool.instance.PoolObject(gameObject);
     transform.position = new Vector2(0, 100);
 }