Пример #1
0
        private void InitializeStateController()
        {
            _stateController = new StateController(
                _placidState,
                _hostileState,
                _deadState);

            _stateControllerExternal = _stateController;
            _stateControllerInternal = _stateController;
        }
Пример #2
0
 public void InitializeStateController(IStateControllerInternal stateController)
 {
 }