CallbackEventHandler

This is a C# CallbackEventHandler I wrote to allow registering event categories and events for dispatching within various submodules. Where in another submodule you can register to the particular event category and event for receiving and handling those events in whichever way your application needs. This one uses Unity for log output, but it can be tailored for general purposes.

Leave a Reply

Your email address will not be published.