public void OnEvent(EventData photonEvent) { if (photonEvent.Code == 15) { chessManager.StartGame(controller); } }