예제 #1
0
 public static void RemoveProjectile(Projectile proj)
 {
     ProjectileList.Remove(proj);
 }
예제 #2
0
 public static void AddProjectile(Projectile proj)
 {
     ProjectileList.Add(proj);
 }