示例#1
0
 public PlayingState(PlayerController playerController, Story.SceneManager actionManager, UI.ActionConsolePresenter actionConsolePresenter, UI.ActionPanelPresenter actionPanelPresenter, UI.TimerPanelPresenter timerPanelPresenter, UI.MinimapPresenter minimapPresenter)
 {
     this.playerController       = playerController;
     this.actionManager          = actionManager;
     this.actionConsolePresenter = actionConsolePresenter;
     this.actionPanelPresenter   = actionPanelPresenter;
     this.timerPanelPresenter    = timerPanelPresenter;
     this.minimapPresenter       = minimapPresenter;
 }
示例#2
0
 public void Initialize(Story.SceneManager actionManager) => this.actionManager = actionManager;