C# Class NetMsg.MsgMagicAttackInfo

Inheritance: BaseMsg
显示文件 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_oe property

public byte dir
return byte

id public_oe property

public uint id
return uint

level public_oe property

public ushort level
return ushort

magicid public_oe property

public ushort magicid
return ushort

param public_oe property

public short param
return short

param1 public_oe property

public int[] param1
return int[]

param2 public_oe property

public int[] param2
return int[]

targetid public_oe property

public uint targetid
return uint

type public_oe property

public byte type
return byte

value public_oe property

public uint value
return uint