Example #1
0
        void Start()
        {
            gameplay = new ControllerGameplay();
            graphics = new ControllerGraphics(gameplay);

            gameplay.Start();
        }
Example #2
0
        void Start()
        {
            gameplay = new ControllerGameplay(true);
            graphics = new ControllerGraphics(gameplay, canvas);

            StartUpdate();
        }