Closed danieldesira closed 8 months ago
Need to delete _isSolitary field next. Probably, the best approach would be to declare a new abstract class named PackPrey
with custom logic for initial positioning and swimming, which could then be extended by the Sardine class and any other future characters of this kind.
Refactoring complete.
We can improve this further as some properties that are declared in characters are not required for that specific character type.
Should be able to merge this with master and close the ticket safely.