示例#1
0
 public static void Remove(Particle p)
 {
     particles.Remove(p);
 }
示例#2
0
 public static void Add(Particle p)
 {
     particles.Add(p);
 }