private static void InitializeScriptableObjects() { foreach (var SO in AllInitializableSO) { SO.Init(); } }