예제 #1
0
 private static T CreateSingleton()
 {
     return(GameObjects.CreateWith <T>($"Singleton ({typeof(T).Name})").Item2);
 }