Ejemplo n.º 1
0
 public static T ReflectiveInitialize <T>
     (string reflectionName, GameCore game, bool authorized = false) where T : GameObject =>
 (T)ReflectiveInitialize(reflectionName, game, authorized);