void Start()
 {
     gameLauncher4 = GameLauncher4.GetInstance();
     initConfig();
 }
 void Start()
 {
     aiPlayerList = new List <GameObject> ();
     bulletList   = new List <GameObject> ();
     instance     = this;
 }