コード例 #1
0
 public override void ProcessEvent(TentativeFarmGridApplyChangesResponseEvent e)
 {
     if (e.CanApply)
     {
         EventManager.Instance.Publish(new TentativeFarmGridOffEvent(true));
         this.SetEditButton();
     }
 }
コード例 #2
0
ファイル: BaseUI.cs プロジェクト: CeilingPhantom/TheHarvest2
 public virtual void ProcessEvent(TentativeFarmGridApplyChangesResponseEvent e)
 {
 }