コード例 #1
0
 public static void removeAsProjectile(AutoMoveProjectile obj)
 {
     toDeautomateProjectiles.Add(obj);
     changeInProjectiles = true;
     changeInLists = true;
 }
コード例 #2
0
 public static void addAsAutomatic(AutoMoveProjectile obj)
 {
     toAutomateProjectiles.Add(obj);
     changeInProjectiles = true;
     changeInLists = true;
 }