C# Class GameBase.Network.Internal.GuanJueInfo

显示文件 Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
guanjue ulong
id uint
name String

Public Methods

Method Description
Create ( PackIn inpack ) : void
GetBuffer ( ) : byte[]
GuanJueInfo ( ) : System

Method Details

Create() public method

public Create ( PackIn inpack ) : void
inpack PackIn
return void

GetBuffer() public method

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

GuanJueInfo() public method

public GuanJueInfo ( ) : System
return System

Property Details

guanjue public_oe property

public ulong guanjue
return ulong

id public_oe property

public uint id
return uint

name public_oe property

public String name
return String