Example #1
0
 private StageCont()
 {
     //TODO: init
     world = World.GetInstance();
     instance = this;
 }
Example #2
0
 private World()
 {
     instance = this;
 }