namespace Torch.API.Event { /// /// Interface used to tag an event handler. This does not register it with the event manager. /// public interface IEventHandler { } }