void Start() { PlayerHit += PlayerHitBehaviour; move = new bool[(int)Moves.last]; for (int i = 0; i < (int)Moves.last; i++) { move[i] = true; } }
void OnDestroy() { PlayerHit -= PlayerHitBehaviour; }