Esempio n. 1
0
 public GameObject Remove(GameComponent gc)
 {
     components.Remove(gc);
     return(this);
 }
Esempio n. 2
0
 public GameObject Add(GameComponent gc)
 {
     components.Add(gc);
     return(this);
 }