namespace Coroutine { /// /// An event is any kind of action that a can listen for. /// Note that, by default, events don't have a custom implementation. /// public class Event { } }