C# Class Game.Events.Bus.RegisteredListener

Show file Open project: Ziden/Lisergy

Public Properties

Property Type Description
Listener IEventListener
Method MethodInfo

Public Methods

Method Description
Call ( BaseEvent ev ) : void

Method Details

Call() public method

public Call ( BaseEvent ev ) : void
ev BaseEvent
return void

Property Details

Listener public property

public IEventListener Listener
return IEventListener

Method public property

public MethodInfo Method
return MethodInfo