コード例 #1
0
 public void Remove(CGameObject o)
 {
     List.Remove(o);
 }
コード例 #2
0
 public void Add(CGameObject o)
 {
     List.Add(o);
 }