예제 #1
0
 public TurnContext(GameState state, MapStage stage, Element element, Random rng)
 {
     State   = state;
     Stage   = stage;
     Element = element;
     RNG     = rng;
 }
예제 #2
0
파일: StageExit.cs 프로젝트: lulzzz/Nucleus
 public StageExit(MapStage travelTo, int cellIndex)
 {
     TravelTo  = travelTo;
     CellIndex = cellIndex;
 }