[Refactoring] TriggerComponent
pjasicek opened this issue · 1 comments
pjasicek commented
At this moment, only 1 trigger area is supported by a TriggerComponent and other components rely on it.
TriggerComponent should be able to hold any number of trigger areas, which should be distinguished by some Enum and TriggerObservers should register for begin/end overlap events by specifying which triggers they want to be alerted about.