Inheritance: Microsoft.Xna.Framework.GameComponent
Ejemplo n.º 1
0
 public static void Initialize(Game game)
 {
     if (_contentWrapper == null && game != null)
     {
         _contentWrapper = new ContentWrapper(game);
         game.Components.Add(_contentWrapper);
     }
 }
Ejemplo n.º 2
0
 public static void Initialize(Game game)
 {
     if (_contentWrapper == null && game != null)
     {
         _contentWrapper = new ContentWrapper(game);
         game.Components.Add(_contentWrapper);
     }
 }