Example #1
0
 //----------------------------------------------------------------------------------
 // Constructor
 //----------------------------------------------------------------------------------
 public ScenePlay()
 {
     this.CreateManagers();
     this.LoadContent();
     Level.createFactory();
 }