private void OnDestroy()
 {
     StrategyShipCharacter.nowShipModel = null;
     this.collision    = null;
     this.DeckStateTag = null;
 }
Ejemplo n.º 2
0
 private void OnDestroy()
 {
     nowShipModel = null;
     collision    = null;
     DeckStateTag = null;
 }