Exemplo n.º 1
0
 internal Attack(logic l) => logic = l;
Exemplo n.º 2
0
 Bot()
 {
     Map.bots.Add(this);
     logic = new logic(this);
 }
Exemplo n.º 3
0
 internal Move(logic l)
 {
     logic = l;
     stats = logic.stats;
 }