C# Class NetMsg.MsgOpenNpc

Inheritance: BaseMsg
Afficher le fichier Open project: dream-young-soul/soul

Méthodes publiques

Свойство Type Description
id uint
param int
param1 int

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgOpenNpc ( ) : System

Method Details

Create() public méthode

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
Résultat void

GetBuffer() public méthode

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

MsgOpenNpc() public méthode

public MsgOpenNpc ( ) : System
Résultat System

Property Details

id public_oe property

public uint id
Résultat uint

param public_oe property

public int param
Résultat int

param1 public_oe property

public int param1
Résultat int