Esempio n. 1
0
 internal Level(long id)
 {
     this.GameObjectManager = new GameObjectManager(this);
     this.Avatar            = new Avatar(id);
 }
Esempio n. 2
0
 internal Level()
 {
     this.GameObjectManager = new GameObjectManager(this);
     this.Avatar            = new Avatar();
 }