RoomUnitSetGoalEvent should return Room

Issue #34 resolved
Steffen Andreas Kloster created an issue

Change

public RoomUnitSetGoalEvent(RoomUnit roomUnit, Tile goal)

To

public RoomUnitSetGoalEvent(Room room, RoomUnit roomUnit, Tile goal)

Not sure how, but it would be nice to know which room the user is in. Or maybe a way to know which room RoomUnit is in from RoomUnit?

Comments (3)

  1. Log in to comment