예제 #1
0
 private void SetPlotElement(Plot.Element el)
 {
     ActualPlotElement = el;
     Schedule.OverrideSchedule(el.ScheduleOverride);
 }
예제 #2
0
 public Win(Plot.Element plotElement, GameState gameState) : base(gameState)
 {
     PlotElement = plotElement;
 }