void OnEnable()
 {
     trapAndPieceManager = target as TrapAndPieceManager;
 }
Beispiel #2
0
 private void Awake()
 {
     instance = this;
 }