C# Class NetMsg.MsgMagicAttackInfo

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

Public Properties

Property Type Description
dir byte
id uint
level ushort
magicid ushort
param short
param1 int[]
param2 int[]
targetid uint
type byte
value uint

Public Methods

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

MsgMagicAttackInfo() public method

public MsgMagicAttackInfo ( ) : System
return System

Property Details

dir public property

public byte dir
return byte

id public property

public uint id
return uint

level public property

public ushort level
return ushort

magicid public property

public ushort magicid
return ushort

param public property

public short param
return short

param1 public property

public int[] param1
return int[]

param2 public property

public int[] param2
return int[]

targetid public property

public uint targetid
return uint

type public property

public byte type
return byte

value public property

public uint value
return uint