C# Class DarkEmu_GameServer.party

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
IsFormed bool
LeaderID int
Members List
MembersClient List
Type byte
maxlevel byte
minlevel byte
partyname string
ptid int
ptpurpose byte

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Send() public method

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

UpdateCoordinate() public method

public UpdateCoordinate ( ) : void
return void

Property Details

IsFormed public property

public bool IsFormed
return bool

LeaderID public property

public int LeaderID
return int

Members public property

public List Members
return List

MembersClient public property

public List MembersClient
return List

Type public property

public byte Type
return byte

maxlevel public property

public byte maxlevel
return byte

minlevel public property

public byte minlevel
return byte

partyname public property

public string partyname
return string

ptid public property

public int ptid
return int

ptpurpose public property

public byte ptpurpose
return byte