C# Class GameBase.Network.Internal.GuanJueInfo

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

Méthodes publiques

Свойство Type Description
guanjue ulong
id uint
name String

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( PackIn inpack ) : void
inpack PackIn
Résultat void

GetBuffer() public méthode

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

GuanJueInfo() public méthode

public GuanJueInfo ( ) : System
Résultat System

Property Details

guanjue public_oe property

public ulong guanjue
Résultat ulong

id public_oe property

public uint id
Résultat uint

name public_oe property

public String name
Résultat String