dcasadevall / tabletop-combat-helper

A local network helper application for players of table top roleplaying games to visualize combat elements such as player positions, health, etc..
Apache License 2.0
1 stars 0 forks source link

Reorg GridUnitManager (PlaceUnitAtTile, RemoveUnit) #94

Open dcasadevall opened 4 years ago

dcasadevall commented 4 years ago

Currently, grid unit manager can be mutated via commands as well as directly. We should hide the mutating methods so we don't have a confusing API.

Additionally, we may want to move GridUnitManager into a separate package (maybe Units?)