コード例 #1
0
 public void UnlockDMButton(NodeAddedEvent e, SelectedNotFullDMNode battle, [JoinAll] ScreenNode screen)
 {
     screen.battleSelectScreen.EnterBattleDMButton.SetInteractable(this.CanEnter(battle));
 }
コード例 #2
0
 public void LockDMButton(NodeRemoveEvent e, SelectedNotFullDMNode battle, [JoinAll] ScreenNode screen)
 {
     screen.battleSelectScreen.EnterBattleDMButton.SetInteractable(false);
 }