Exemple #1
0
 public void Absorb(Atom atom, int amo)
 {
     print("Absorbing " + amo + " " + atom);
     gameData.Absorb(atom, amo);
 }