예제 #1
0
 public void add(Light l)
 {
     Lights.Add(l);
 }
예제 #2
0
 public void remove(Light l)
 {
     Lights.Remove(l);
 }