Ejemplo n.º 1
0
 public static Settings Instance()
 {
     if (instance != null)
     {
         return(instance);
     }
     instance = GameComponent.Get <Settings>();
     return(instance);
 }