Beispiel #1
0
 void ApplyCheat(Cheat cheat)
 {
     if (cheat.method != null)
     {
         cheat.method();
     }
     AddMessage("Cheat " + cheat.title + " Activated");
 }