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