C# Class NetMsg.MsgGroupMagicAttackInfo

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

Méthodes publiques

Свойство Type Description
bDir byte
nID uint
nMagicID ushort
nMagicLv ushort
nTargetID uint
nX short
nY short

Méthodes publiques

Méthode Description
AddObject ( uint nTypeId, int nInjured ) : void
GetBuffer ( ) : byte[]
MsgGroupMagicAttackInfo ( ) : System
SetSigleAttack ( uint id ) : void

Method Details

AddObject() public méthode

public AddObject ( uint nTypeId, int nInjured ) : void
nTypeId uint
nInjured int
Résultat void

GetBuffer() public méthode

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

MsgGroupMagicAttackInfo() public méthode

public MsgGroupMagicAttackInfo ( ) : System
Résultat System

SetSigleAttack() public méthode

public SetSigleAttack ( uint id ) : void
id uint
Résultat void

Property Details

bDir public_oe property

public byte bDir
Résultat byte

nID public_oe property

public uint nID
Résultat uint

nMagicID public_oe property

public ushort nMagicID
Résultat ushort

nMagicLv public_oe property

public ushort nMagicLv
Résultat ushort

nTargetID public_oe property

public uint nTargetID
Résultat uint

nX public_oe property

public short nX
Résultat short

nY public_oe property

public short nY
Résultat short