Exemplo n.º 1
0
 public AddLife(CheatComponent stats, CheatComponent val)
 {
     exp1      = stats;
     this.exp2 = val;
 }
Exemplo n.º 2
0
 public CheatComposite(CheatComponent cheat)
 {
     children = cheat;
     cheats   = new List <CheatComponent>();
 }
Exemplo n.º 3
0
 public AddAttack(CheatComponent stats, CheatComponent val)
 {
     exp1      = stats;
     this.exp2 = val;
 }
Exemplo n.º 4
0
 public void AddCheat(CheatComponent cheat)
 {
     cheats.Add(cheat);
 }