C# Class Server.GameLoginEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
GameLoginEventArgs ( Server.Network.NetState state, string un, string pw ) : System

Method Details

GameLoginEventArgs() public method

public GameLoginEventArgs ( Server.Network.NetState state, string un, string pw ) : System
state Server.Network.NetState
un string
pw string
return System