public void Init()
 {
     _objs = new GameObjects();
     _obj  = _objs.Create();
 }
Beispiel #2
0
 public static GameObject Create()
 {
     return(Objs.Create());
 }