Example #1
0
 private void goff(string[] param)
 {
     if (param.Length > 1)
     {
         Cheat.MakeActive(param[1], false);
     }
 }
Example #2
0
 private void gon(string[] param)
 {
     if (param.Length > 1)
     {
         Cheat.MakeActive(param[1], true);
     }
 }