C# Class Game.Events.Bus.RegisteredListener

ファイルを表示 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_oe property

public IEventListener Listener
return IEventListener

Method public_oe property

public MethodInfo Method
return MethodInfo