C# Class DarkEmu_GameServer.Global.guild_player

Show 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 property

public byte Level
return byte

MemberID public property

public int MemberID
return int

Name public property

public string Name
return string

Online public property

public bool Online
return bool

Xsector public property

public byte Xsector
return byte

joinRight public property

public bool joinRight
return bool