AStarXNA.GameObject.GameObject C# (CSharp) 메소드

GameObject() 보호된 메소드

protected GameObject ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
리턴 System
        protected GameObject(Game game)
        {
            Game = game;
            SpriteBatch = (SpriteBatch) game.Services.GetService(typeof (SpriteBatch));
        }