Ejemplo n.º 1
0
 public static void removeAsProjectile(AutoMoveProjectile obj)
 {
     toDeautomateProjectiles.Add(obj);
     changeInProjectiles = true;
     changeInLists = true;
 }
Ejemplo n.º 2
0
 public static void addAsAutomatic(AutoMoveProjectile obj)
 {
     toAutomateProjectiles.Add(obj);
     changeInProjectiles = true;
     changeInLists = true;
 }