public static void removeAsProjectile(AutoMoveProjectile obj)
 {
     toDeautomateProjectiles.Add(obj);
     changeInProjectiles = true;
     changeInLists = true;
 }
 public static void addAsAutomatic(AutoMoveProjectile obj)
 {
     toAutomateProjectiles.Add(obj);
     changeInProjectiles = true;
     changeInLists = true;
 }