WarTornLands.Interface.Interface C# (CSharp) Method

Interface() public method

public Interface ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System
        public Interface(Game game)
            : base(game)
        {
            _font = Game.Content.Load<SpriteFont>("Test");
            _heartTexture = Game.Content.Load<Texture2D>("heart");
            _potionTexture = Game.Content.Load<Texture2D>("potion");
        }