C# Class GameBase.Network.Internal.RoleData_Friend

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
friendid uint
friendname String
friendtype byte
id int

Public Methods

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

Method Details

Create() public method

public Create ( byte msg, PackIn inpack ) : void
msg byte
inpack PackIn
return void

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

RoleData_Friend() public method

public RoleData_Friend ( ) : System
return System

Property Details

friendid public_oe property

public uint friendid
return uint

friendname public_oe property

public String friendname
return String

friendtype public_oe property

public byte friendtype
return byte

id public_oe property

public int id
return int