So that dispatcher is for my quest system. Basically, when the player interacts with something, it fires an event and the quest actors that are in the world are listening for that call to know if their objective has been completed.
So that dispatcher is for my quest system. Basically, when the player interacts with something, it fires an event and the quest actors that are in the world are listening for that call to know if their objective has been completed.