コード例 #1
0
        public GameRoot()
        {
            Instance = this;
            _graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            _sonic = new Sonic();
            _sonicDrawer = new SonicDrawer(_sonic);
        }
コード例 #2
0
        public GameRoot()
        {
            Instance              = this;
            _graphics             = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            _sonic       = new Sonic();
            _sonicDrawer = new SonicDrawer(_sonic);
        }