Exemplo n.º 1
0
 /// <summary>
 /// Add an StealDirections to the FutureRng object
 /// </summary>
 /// <param name="stealDirections"></param>
 public void SetStealDirections(StealDirections stealDirections)
 {
     _stealDirections = stealDirections;
 }
Exemplo n.º 2
0
 public StealFutureRng()
 {
     _futureRng       = new List <StealFutureRngInstance>();
     _stealDirections = new StealDirections();
 }