C# Class Pokemon_3D_Server_Core.Server_Client_Listener.Events.ClientEvent

Class containing Client Event
ファイルを表示 Open project: jianmingyong/Pokemon-3D-Server-Client Class Usage Examples

Public Methods

Method Description
Invoke ( Types Type ) : void

Invoke Event.

Method Details

Invoke() public static method

Invoke Event.
public static Invoke ( Types Type ) : void
Type Types Type of event to invoke.
return void