/* * Shows the menu after the start-of-turn action. */ public void ShowWhatNext(Player p) { window.ShowPlayerInfo(p); window.ShowNextOptions(); window.ShowPlayerProperties(propertyManager.GetPlayerProperties(p)); GameState = GameStage.WHAT_NEXT; }