C# Class DarkEmu_GameServer.party

Mostra 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_oe property

public bool IsFormed
return bool

LeaderID public_oe property

public int LeaderID
return int

Members public_oe property

public List Members
return List

MembersClient public_oe property

public List MembersClient
return List

Type public_oe property

public byte Type
return byte

maxlevel public_oe property

public byte maxlevel
return byte

minlevel public_oe property

public byte minlevel
return byte

partyname public_oe property

public string partyname
return string

ptid public_oe property

public int ptid
return int

ptpurpose public_oe property

public byte ptpurpose
return byte