TuneBlaster_.Engine.Engine C# (CSharp) Method

Engine() public method

public Engine ( ) : System
return System
        public Engine()
        {
            graphics = new GraphicsDeviceManager(this);
            content = new ContentManager(Services);
            core = new Core(gamePadState);
            ball = new BallManager(core);
        }