C# Class DarkEmu_GameServer.Global.guild_player

Mostra file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
Level byte
MemberID int
Name string
Online bool
Xsector byte
joinRight bool

Property Details

Level public_oe property

public byte Level
return byte

MemberID public_oe property

public int MemberID
return int

Name public_oe property

public string Name
return string

Online public_oe property

public bool Online
return bool

Xsector public_oe property

public byte Xsector
return byte

joinRight public_oe property

public bool joinRight
return bool