コード例 #1
0
 protected IsPlayerBlockedTransition(GamePlayStrategyInfo gamePlayStrategyInfo,
                                     GamePlayStrategyState fromState)
     : base(
         gamePlayStrategyInfo)
 {
     _directionGenerator = new Random();
     FromState           = fromState;
     _chosenDirection    = null;
 }
コード例 #2
0
 protected abstract void CheckIfFromStateIsPredicted(GamePlayStrategyState FromState);