Ejemplo n.º 1
0
 /// <summary>
 ///  passes the effects to the view manager, after filtering them
 /// </summary>
 /// <param name="effects"></param>
 protected void UpdateViews(List <UnitEffect> effects)
 {
     views.UpdateList(GetDisplayableEffects(effects));
 }
Ejemplo n.º 2
0
 public void OnListUpdate(List <ITurn> items)
 {
     ViewsUpdated(views.UpdateList(items));
 }
Ejemplo n.º 3
0
 public override void Updated()
 {
     Objectives.UpdateList(ListToShow());
 }