public void OnPlayerSpawnClick(int x, int y) { PlayerBhv.Spawn(x, y); _buttonPass.EnableButton(); MakeOpponentsLookPlayer(); MakePlayerLookOpponents(); //NextTurn(); }