예제 #1
0
 public void OnStageGroupClicked(StageGroup stageGroup, Stage stage)
 {
     SelectStage(stage);
 }
예제 #2
0
        public override bool Equals(object obj)
        {
            StageGroup other = obj as StageGroup;

            return(other != null && other.MainStage == MainStage && other.GroupedStages.SequenceEqual(GroupedStages));
        }