//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
// ***************************************************************************
// * 作者= agui
// * 创建时间= 2017-04-20
// * 用途= 战斗相关扩展处理器
// ***************************************************************************
// Generated from: battleHandler.proto
// Note: requires additional types generated from: common.proto
namespace pomelo.area
{
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ItemNormal")]
public partial class ItemNormal : global::ProtoBuf.IExtensible
{
public ItemNormal() {}
private string _itemCode;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string itemCode
{
get { return _itemCode; }
set { _itemCode = value; }
}
private int _itemNum;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int itemNum
{
get { return _itemNum; }
set { _itemNum = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ThrowPointRequest")]
public partial class ThrowPointRequest : global::ProtoBuf.IExtensible
{
public ThrowPointRequest() {}
private string _id = "";
///
/// 掷点的物品 掷点标识
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string id
{
get { return _id; }
set { _id = value; }
}
private int _server_id = default(int);
///
/// 附带ThrowPointItemListPush消息的server_id
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"server_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int server_id
{
get { return _server_id; }
set { _server_id = value; }
}
private bool _isQuit = default(bool);
///
/// 是否放弃(true:放弃)
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isQuit", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool isQuit
{
get { return _isQuit; }
set { _isQuit = value; }
}
private int _type = default(int);
///
/// 1:roll 2:竞价
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int type
{
get { return _type; }
set { _type = value; }
}
private int _count = default(int);
///
/// 加价次数
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"count", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int count
{
get { return _count; }
set { _count = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ThrowPointResponse")]
public partial class ThrowPointResponse : global::ProtoBuf.IExtensible
{
public ThrowPointResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private string _id = "";
///
/// 掷点或竞价的物品 掷点标识
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string id
{
get { return _id; }
set { _id = value; }
}
private int _point = default(int);
///
/// 点数/价格
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"point", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int point
{
get { return _point; }
set { _point = value; }
}
private bool _isQuit = default(bool);
///
/// 是否放弃(true:放弃)
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"isQuit", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool isQuit
{
get { return _isQuit; }
set { _isQuit = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FightLevelResultPush")]
public partial class FightLevelResultPush : global::ProtoBuf.IExtensible
{
public FightLevelResultPush() {}
private int _time = default(int);
///
/// 倒计时
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int time
{
get { return _time; }
set { _time = value; }
}
private int _level = default(int);
///
/// 层级
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int level
{
get { return _level; }
set { _level = value; }
}
private int _type = default(int);
///
/// 界面类型(0:当前,1:通关)
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int type
{
get { return _type; }
set { _type = value; }
}
private readonly global::System.Collections.Generic.List _itemLine1 = new global::System.Collections.Generic.List();
///
/// 第一行奖励
///
[global::ProtoBuf.ProtoMember(4, Name=@"itemLine1", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List itemLine1
{
get { return _itemLine1; }
}
private readonly global::System.Collections.Generic.List _itemLine2 = new global::System.Collections.Generic.List();
///
/// 第二行奖励
///
[global::ProtoBuf.ProtoMember(6, Name=@"itemLine2", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List itemLine2
{
get { return _itemLine2; }
}
private int _isMax = default(int);
///
/// 收益已达上限
///
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"isMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int isMax
{
get { return _isMax; }
set { _isMax = value; }
}
private pomelo.DemonTowerFloorInfo _demonTowerFloorInfo = null;
[global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"demonTowerFloorInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.DemonTowerFloorInfo demonTowerFloorInfo
{
get { return _demonTowerFloorInfo; }
set { _demonTowerFloorInfo = value; }
}
private int _currentTime = default(int);
///
/// 本次通关用时
///
[global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"currentTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int currentTime
{
get { return _currentTime; }
set { _currentTime = value; }
}
private bool _newRecordFloor = default(bool);
///
/// 是否突破了自己的层记录
///
[global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"newRecordFloor", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool newRecordFloor
{
get { return _newRecordFloor; }
set { _newRecordFloor = value; }
}
private bool _newRecordTime = default(bool);
///
/// 是否突破全服的时间记录
///
[global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"newRecordTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool newRecordTime
{
get { return _newRecordTime; }
set { _newRecordTime = value; }
}
private int _myMaxFloorId = default(int);
///
/// 我的最高层
///
[global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"myMaxFloorId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int myMaxFloorId
{
get { return _myMaxFloorId; }
set { _myMaxFloorId = value; }
}
private bool _isAllFlag = default(bool);
///
/// 是否全部通关镇妖塔
///
[global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"isAllFlag", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool isAllFlag
{
get { return _isAllFlag; }
set { _isAllFlag = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 资源副本结算推送
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ResourceDungeonResultPush")]
public partial class ResourceDungeonResultPush : global::ProtoBuf.IExtensible
{
public ResourceDungeonResultPush() {}
private int _dungeonId;
///
/// 副本ID
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"dungeonId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int dungeonId
{
get { return _dungeonId; }
set { _dungeonId = value; }
}
private int _killMonster = default(int);
///
/// 杀怪数量
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"killMonster", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int killMonster
{
get { return _killMonster; }
set { _killMonster = value; }
}
private int _doubleCost = default(int);
///
/// 双倍奖励领取元宝, -1表示没有双倍奖励
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"doubleCost", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int doubleCost
{
get { return _doubleCost; }
set { _doubleCost = value; }
}
private readonly global::System.Collections.Generic.List _itemLine1 = new global::System.Collections.Generic.List();
///
/// 奖励
///
[global::ProtoBuf.ProtoMember(4, Name=@"itemLine1", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List itemLine1
{
get { return _itemLine1; }
}
private int _succ = default(int);
///
/// 0:失败 1:成功
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"succ", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int succ
{
get { return _succ; }
set { _succ = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ItemDrop")]
public partial class ItemDrop : global::ProtoBuf.IExtensible
{
public ItemDrop() {}
private string _id = "";
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string id
{
get { return _id; }
set { _id = value; }
}
private string _name;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string name
{
get { return _name; }
set { _name = value; }
}
private string _showId;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"showId", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string showId
{
get { return _showId; }
set { _showId = value; }
}
private int _groupCount = default(int);
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"groupCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int groupCount
{
get { return _groupCount; }
set { _groupCount = value; }
}
private int _qColor;
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"qColor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int qColor
{
get { return _qColor; }
set { _qColor = value; }
}
private int _itemTypeId;
[global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"itemTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int itemTypeId
{
get { return _itemTypeId; }
set { _itemTypeId = value; }
}
private string _iconName;
[global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"iconName", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string iconName
{
get { return _iconName; }
set { _iconName = value; }
}
private int _freezeTime = default(int);
[global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"freezeTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int freezeTime
{
get { return _freezeTime; }
set { _freezeTime = value; }
}
private int _protectTime = default(int);
[global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"protectTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int protectTime
{
get { return _protectTime; }
set { _protectTime = value; }
}
private int _lifeTime = default(int);
[global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"lifeTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int lifeTime
{
get { return _lifeTime; }
set { _lifeTime = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ItemDropPush")]
public partial class ItemDropPush : global::ProtoBuf.IExtensible
{
public ItemDropPush() {}
private int _x = default(int);
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"x", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int x
{
get { return _x; }
set { _x = value; }
}
private int _y;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"y", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int y
{
get { return _y; }
set { _y = value; }
}
private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List items
{
get { return _items; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PointItemView")]
public partial class PointItemView : global::ProtoBuf.IExtensible
{
public PointItemView() {}
private string _id;
///
/// 唯一标识
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string id
{
get { return _id; }
set { _id = value; }
}
private string _itemCode;
///
/// 物品模板
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string itemCode
{
get { return _itemCode; }
set { _itemCode = value; }
}
private int _num;
///
/// 物品数量
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int num
{
get { return _num; }
set { _num = value; }
}
private int _type = default(int);
///
/// 1:roll 2:竞价
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int type
{
get { return _type; }
set { _type = value; }
}
private int _time = default(int);
///
/// 倒计时
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int time
{
get { return _time; }
set { _time = value; }
}
private int _currencyChange = default(int);
///
/// 仙玉转元宝转换率
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"currencyChange", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int currencyChange
{
get { return _currencyChange; }
set { _currencyChange = value; }
}
private int _percentage = default(int);
///
/// 加价百分比
///
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"percentage", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int percentage
{
get { return _percentage; }
set { _percentage = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ThrowPointItemListPush")]
public partial class ThrowPointItemListPush : global::ProtoBuf.IExtensible
{
public ThrowPointItemListPush() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List();
///
/// 道具
///
[global::ProtoBuf.ProtoMember(2, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List items
{
get { return _items; }
}
private int _server_id = default(int);
///
/// 服务器id,选择roll点(或竞价)时带过来
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"server_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int server_id
{
get { return _server_id; }
set { _server_id = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ResultInfo")]
public partial class ResultInfo : global::ProtoBuf.IExtensible
{
public ResultInfo() {}
private string _playerId = "";
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string playerId
{
get { return _playerId; }
set { _playerId = value; }
}
private bool _isQuit = default(bool);
///
/// 是否放弃(true:放弃)
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"isQuit", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool isQuit
{
get { return _isQuit; }
set { _isQuit = value; }
}
private int _point = default(int);
///
/// 点数
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"point", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int point
{
get { return _point; }
set { _point = value; }
}
private long _myprice = default(long);
///
/// 自己出价
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"myprice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(long))]
public long myprice
{
get { return _myprice; }
set { _myprice = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ThrowPointResultPush")]
public partial class ThrowPointResultPush : global::ProtoBuf.IExtensible
{
public ThrowPointResultPush() {}
private string _id = "";
///
/// 掷点索引
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string id
{
get { return _id; }
set { _id = value; }
}
private string _name = "";
///
/// 获得的玩家名
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string name
{
get { return _name; }
set { _name = value; }
}
private string _itemCode = "";
///
/// 获得的物品代码
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string itemCode
{
get { return _itemCode; }
set { _itemCode = value; }
}
private int _num = default(int);
///
/// 获得的物品数量
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int num
{
get { return _num; }
set { _num = value; }
}
private int _type = default(int);
///
/// 1:roll 2:竞价
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int type
{
get { return _type; }
set { _type = value; }
}
private long _maxprice = default(long);
///
/// 当前最高出价
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"maxprice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(long))]
public long maxprice
{
get { return _maxprice; }
set { _maxprice = value; }
}
private int _biddingType = default(int);
///
/// 状态 1:竞价中 2:竞价结束
///
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"biddingType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int biddingType
{
get { return _biddingType; }
set { _biddingType = value; }
}
private readonly global::System.Collections.Generic.List _info = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(8, Name=@"info", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List info
{
get { return _info; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 出价记录
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BiddingInfoPush")]
public partial class BiddingInfoPush : global::ProtoBuf.IExtensible
{
public BiddingInfoPush() {}
private string _id;
///
/// 掷点索引
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string id
{
get { return _id; }
set { _id = value; }
}
private string _playerId;
///
/// 出价玩家ID
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string playerId
{
get { return _playerId; }
set { _playerId = value; }
}
private string _playerName = "";
///
/// 玩家名称
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string playerName
{
get { return _playerName; }
set { _playerName = value; }
}
private long _price = default(long);
///
/// 我的出价
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(long))]
public long price
{
get { return _price; }
set { _price = value; }
}
private long _time = default(long);
///
/// 出价时间
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(long))]
public long time
{
get { return _time; }
set { _time = value; }
}
private long _maxprice = default(long);
///
/// 当前最高出价
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"maxprice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(long))]
public long maxprice
{
get { return _maxprice; }
set { _maxprice = value; }
}
private string _maxName = "";
///
/// 当前最高出价玩家id
///
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"maxName", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string maxName
{
get { return _maxName; }
set { _maxName = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SceneNamePush")]
public partial class SceneNamePush : global::ProtoBuf.IExtensible
{
public SceneNamePush() {}
private string _scene_name;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"scene_name", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string scene_name
{
get { return _scene_name; }
set { _scene_name = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}