예제 #1
0
 private static void InitializeScriptableObjects()
 {
     foreach (var SO in AllInitializableSO)
     {
         SO.Init();
     }
 }