Beispiel #1
0
 // Default value is not Selected
 private void Awake()
 {
     trapUi    = this.gameObject.GetComponent <ButtonForTrap>();
     countLine = 0;
     GameManager.instance.resetOnPlay();
 }