Playground by Górka Mateusz
Goo.Tools.EventSystem.IEventExtensions Class Reference

Static Public Member Functions

static void Send< T > (this IEvent< T > e)
 

Member Function Documentation

◆ Send< T >()

static void Goo.Tools.EventSystem.IEventExtensions.Send< T > ( this IEvent< T >  e)
inlinestatic
6 {
7 EventManager.Instance.Trigger((T)e);
8 }

The documentation for this class was generated from the following file: