Свойство | Type | Description | |
---|---|---|---|
breed | int | ||
level | uint | ||
playerId | double | ||
playerName | string | ||
sex | bool |
Méthode | 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 |
public Deserialize ( IDataReader reader ) : void | ||
reader | IDataReader | |
Résultat | void |
public DungeonPartyFinderPlayer ( ) : FlatyBot.Common.IO | ||
Résultat | FlatyBot.Common.IO |
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 | |
Résultat | FlatyBot.Common.IO |
public Serialize ( IDataWriter writer ) : void | ||
writer | IDataWriter | |
Résultat | void |