C# Class NetMsg.MsgGroupMagicAttackInfo

Inheritance: BaseMsg
Exibir arquivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
bDir byte
nID uint
nMagicID ushort
nMagicLv ushort
nTargetID uint
nX short
nY short

Public Methods

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

Method Details

AddObject() public method

public AddObject ( uint nTypeId, int nInjured ) : void
nTypeId uint
nInjured int
return void

GetBuffer() public method

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

MsgGroupMagicAttackInfo() public method

public MsgGroupMagicAttackInfo ( ) : System
return System

SetSigleAttack() public method

public SetSigleAttack ( uint id ) : void
id uint
return void

Property Details

bDir public_oe property

public byte bDir
return byte

nID public_oe property

public uint nID
return uint

nMagicID public_oe property

public ushort nMagicID
return ushort

nMagicLv public_oe property

public ushort nMagicLv
return ushort

nTargetID public_oe property

public uint nTargetID
return uint

nX public_oe property

public short nX
return short

nY public_oe property

public short nY
return short