Example #1
0
 void Awake()
 {
     Instance = SSDirector.GetInstance();
     Instance.currentScenceController = this;
     Instance.LoadResources();
 }