C# Class DarkEmu_GameServer.guild

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
DonateGP int
FWrank byte
GuildOwner int
Level byte
Members List
MembersClient List
MembersInfo List
Name string
NewsTitle string
PointsTotal int
StorageGold long
UnionMembers List
Unions List
joinRight bool

Public Methods

Method Description
Dispose ( ) : void
Send ( byte buff ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Send() public method

public Send ( byte buff ) : void
buff byte
return void

Property Details

DonateGP public property

public int DonateGP
return int

FWrank public property

public byte FWrank
return byte

GuildOwner public property

public int GuildOwner
return int

Level public property

public byte Level
return byte

Members public property

public List Members
return List

MembersClient public property

public List MembersClient
return List

MembersInfo public property

public List MembersInfo
return List

Name public property

public string Name
return string

NewsTitle public property

public string NewsTitle
return string

PointsTotal public property

public int PointsTotal
return int

StorageGold public property

public long StorageGold
return long

UnionMembers public property

public List UnionMembers
return List

Unions public property

public List Unions
return List

joinRight public property

public bool joinRight
return bool