예제 #1
0
 void Update()
 {
     if (!_inited && TemplatePool.Instance.HasBuilt)
     {
         _inited = true;
         LogManager.Log("TableInit..........OK");
         LaunchControl.NextSection(this);
     }
 }