C# Class GameBase.Network.Internal.RoleData_Friend

Show file 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 property

public uint friendid
return uint

friendname public property

public String friendname
return String

friendtype public property

public byte friendtype
return byte

id public property

public int id
return int