C# Class NetMsg.MsgGroupMagicAttackInfo

Inheritance: BaseMsg
Show file 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 property

public byte bDir
return byte

nID public property

public uint nID
return uint

nMagicID public property

public ushort nMagicID
return ushort

nMagicLv public property

public ushort nMagicLv
return ushort

nTargetID public property

public uint nTargetID
return uint

nX public property

public short nX
return short

nY public property

public short nY
return short