void Unhighlight(DragEndedEvent e) => tilePresenter.TileAt(e.Last).Unhighlight();
Exemplo n.º 2
0
 void MoveUnit(DragEndedEvent e) => context.Move(e.Start, e.Last); //TODO: expose unitMoved event so that battle simulation will subscribe and add the unit to simulation