private void OnDestroy()
 {
     StrategyShipCharacter.nowShipModel = null;
     this.collision    = null;
     this.DeckStateTag = null;
 }
Example #2
0
 private void OnDestroy()
 {
     nowShipModel = null;
     collision    = null;
     DeckStateTag = null;
 }