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