Ejemplo n.º 1
0
        public override IContext Start()
        {
            instance = this;
            base.Start();

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