C# Class WorldServer.Lobby.Acc

Mostra file Open project: fiki574/rAPB

Public Properties

Property Type Description
Character System.UInt32
SessionId Byte[]

Public Methods

Method Description
Acc ( UInt32 character, Byte sessionId ) : System

Method Details

Acc() public method

public Acc ( UInt32 character, Byte sessionId ) : System
character System.UInt32
sessionId Byte
return System

Property Details

Character public_oe property

public UInt32,System Character
return System.UInt32

SessionId public_oe property

public Byte[] SessionId
return Byte[]