Example #1
0
        public override IContext Start()
        {
            instance = this;
            base.Start();

            return this;
        }
Example #2
0
 void Awake () {
     context = new GameContext(this);
 }
Example #3
0
 void Awake()
 {
     context = new GameContext(this);
     //Cursor.lockState = CursorLockMode.Locked;
     //Cursor.visible = true;
 }