예제 #1
0
 public override MiniGame Init(CloseUpView view)
 {
     this.view = view;
     bool[] on = new[] { true, true, false, true, true, true, false };
     for (int i = 1; i <= 6; i++)
     {
         numbers[i].isOn = on[i];
     }
     return(this);
 }
예제 #2
0
 public virtual MiniGame Init(CloseUpView view)
 {
     return(this);
 }