Example #1
0
 private void HandleMapInitialized(MapEvent.Initialized e)
 {
     _pathFinder.Initialize(e.MapCells, e.GoalCell);
 }