C# Class NetMsg.MsgMagicAttackInfoEx

Inheritance: BaseMsg
Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
dir byte
magicid ushort
magiclv ushort
param byte
param1 int[]
roleid uint
x short
y short

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgMagicAttackInfoEx ( ) : System

Method Details

Create() public method

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

GetBuffer() public method

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

MsgMagicAttackInfoEx() public method

public MsgMagicAttackInfoEx ( ) : System
return System

Property Details

dir public property

public byte dir
return byte

magicid public property

public ushort magicid
return ushort

magiclv public property

public ushort magiclv
return ushort

param public property

public byte param
return byte

param1 public property

public int[] param1
return int[]

roleid public property

public uint roleid
return uint

x public property

public short x
return short

y public property

public short y
return short