C# Class IndieAPI.Response_Profile

Inheritance: ResponseBase
Datei anzeigen Open project: SyncZone/IndieAPI Class Usage Examples

Public Properties

Property Type Description
Exp System.Int16
LastLoginDate System.DateTime
Level System.Int16
LoginContinuousCount System.Int16
LoginDailyCount System.Int16
Nickname string
RegDate System.DateTime

Private Methods

Method Description
Response_Profile ( Aegis.Client.Network.SecurePacket packet ) : System

Property Details

Exp public_oe property

public Int16,System Exp
return System.Int16

LastLoginDate public_oe property

public DateTime,System LastLoginDate
return System.DateTime

Level public_oe property

public Int16,System Level
return System.Int16

LoginContinuousCount public_oe property

public Int16,System LoginContinuousCount
return System.Int16

LoginDailyCount public_oe property

public Int16,System LoginDailyCount
return System.Int16

Nickname public_oe property

public string Nickname
return string

RegDate public_oe property

public DateTime,System RegDate
return System.DateTime