C# Class NetMsg.MsgPtichItemInfo

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

Public Properties

Property Type Description
_tag byte

Public Methods

Method Description
GetBuffer ( ) : byte[]
MsgPtichItemInfo ( RoleItemInfo item, uint _ptich_obj_id, int _price, byte sell_byte, bool isRemote = false ) : System

Method Details

GetBuffer() public method

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

MsgPtichItemInfo() public method

public MsgPtichItemInfo ( RoleItemInfo item, uint _ptich_obj_id, int _price, byte sell_byte, bool isRemote = false ) : System
item GameStruct.RoleItemInfo
_ptich_obj_id uint
_price int
sell_byte byte
isRemote bool
return System

Property Details

_tag public_oe static_oe property

public static byte _tag
return byte