예제 #1
0
 void UpdateLoadGame()
 {
     if (IconManager.IsLoaded())
     {
         state = STATE.Init;
     }
 }