C# Class GameBase.Network.Internal.RoleData_Friend

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
friendid uint
friendname String
friendtype byte
id int

Méthodes publiques

Méthode Description
Create ( byte msg, PackIn inpack ) : void
GetBuffer ( ) : byte[]
RoleData_Friend ( ) : System

Method Details

Create() public méthode

public Create ( byte msg, PackIn inpack ) : void
msg byte
inpack PackIn
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

RoleData_Friend() public méthode

public RoleData_Friend ( ) : System
Résultat System

Property Details

friendid public_oe property

public uint friendid
Résultat uint

friendname public_oe property

public String friendname
Résultat String

friendtype public_oe property

public byte friendtype
Résultat byte

id public_oe property

public int id
Résultat int