C# Class NetMsg.MsgMagicAttackInfo

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

Méthodes publiques

Свойство Type Description
dir byte
id uint
level ushort
magicid ushort
param short
param1 int[]
param2 int[]
targetid uint
type byte
value uint

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgMagicAttackInfo ( ) : 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[]

MsgMagicAttackInfo() public méthode

public MsgMagicAttackInfo ( ) : System
Résultat System

Property Details

dir public_oe property

public byte dir
Résultat byte

id public_oe property

public uint id
Résultat uint

level public_oe property

public ushort level
Résultat ushort

magicid public_oe property

public ushort magicid
Résultat ushort

param public_oe property

public short param
Résultat short

param1 public_oe property

public int[] param1
Résultat int[]

param2 public_oe property

public int[] param2
Résultat int[]

targetid public_oe property

public uint targetid
Résultat uint

type public_oe property

public byte type
Résultat byte

value public_oe property

public uint value
Résultat uint