public void Execute() { game.SwitchOutMenu(newMenu); BackCommand command = new BackCommand(game, newMenu, oldMenu); newMenu.AddCommand(command); }
public void Execute() { SwitchWeaponMenu newMenu = new SwitchWeaponMenu(game, player, weaponIndex); game.SwitchOutMenu(newMenu); BackCommand command = new BackCommand(game, newMenu, oldMenu); newMenu.AddCommand(command); }