void Awake() { context = new GameContext(this, true); context.Start(); }
private void Start() { //Client context context = new GameContext(this, ViewConfig, _clientContextId++); context.Start(); }