C# Class Burning.DofusProtocol.Network.Types.DungeonPartyFinderPlayer

Datei anzeigen Open project: gateaubleu/Burning

Public Properties

Property Type Description
breed int
level uint
playerId double
playerName string
sex bool

Public Methods

Method Description
Deserialize ( IDataReader reader ) : void
DungeonPartyFinderPlayer ( ) : FlatyBot.Common.IO
DungeonPartyFinderPlayer ( double playerId, string playerName, int breed, bool sex, uint level ) : FlatyBot.Common.IO
Serialize ( IDataWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( IDataReader reader ) : void
reader IDataReader
return void

DungeonPartyFinderPlayer() public method

public DungeonPartyFinderPlayer ( ) : FlatyBot.Common.IO
return FlatyBot.Common.IO

DungeonPartyFinderPlayer() public method

public DungeonPartyFinderPlayer ( double playerId, string playerName, int breed, bool sex, uint level ) : FlatyBot.Common.IO
playerId double
playerName string
breed int
sex bool
level uint
return FlatyBot.Common.IO

Serialize() public method

public Serialize ( IDataWriter writer ) : void
writer IDataWriter
return void

Property Details

breed public_oe property

public int breed
return int

level public_oe property

public uint level
return uint

playerId public_oe property

public double playerId
return double

playerName public_oe property

public string playerName
return string

sex public_oe property

public bool sex
return bool