123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455 |
- namespace pomelo.farm
- {
-
-
-
-
-
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"Block")]
- public partial class Block : global::ProtoBuf.IExtensible
- {
- public Block() {}
-
-
- private int _blockId;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"blockId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int blockId
- {
- get { return _blockId; }
- set { _blockId = value; }
- }
-
- private int _blockState;
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"blockState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int blockState
- {
- get { return _blockState; }
- set { _blockState = value; }
- }
-
- private string _seedCode = "";
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"seedCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string seedCode
- {
- get { return _seedCode; }
- set { _seedCode = value; }
- }
-
- private int _seedState = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"seedState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int seedState
- {
- get { return _seedState; }
- set { _seedState = value; }
- }
-
- private int _cultivateType = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"cultivateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int cultivateType
- {
- get { return _cultivateType; }
- set { _cultivateType = value; }
- }
-
- private long _harvestTime = default(long);
-
-
-
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"harvestTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(long))]
- public long harvestTime
- {
- get { return _harvestTime; }
- set { _harvestTime = value; }
- }
-
- private long _protectEndTime = default(long);
-
-
-
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"protectEndTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(long))]
- public long protectEndTime
- {
- get { return _protectEndTime; }
- set { _protectEndTime = 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=@"Seed")]
- public partial class Seed : global::ProtoBuf.IExtensible
- {
- public Seed() {}
-
-
- private string _seedCode;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"seedCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string seedCode
- {
- get { return _seedCode; }
- set { _seedCode = value; }
- }
-
- private int _num;
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int num
- {
- get { return _num; }
- set { _num = 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=@"Product")]
- public partial class Product : global::ProtoBuf.IExtensible
- {
- public Product() {}
-
-
- private string _productCode;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"productCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string productCode
- {
- get { return _productCode; }
- set { _productCode = value; }
- }
-
- private int _num;
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int num
- {
- get { return _num; }
- set { _num = 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=@"RecordInfo")]
- public partial class RecordInfo : global::ProtoBuf.IExtensible
- {
- public RecordInfo() {}
-
-
- private int _recordType;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"recordType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int recordType
- {
- get { return _recordType; }
- set { _recordType = value; }
- }
-
- private long _recordTimeStamp;
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"recordTimeStamp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public long recordTimeStamp
- {
- get { return _recordTimeStamp; }
- set { _recordTimeStamp = value; }
- }
-
- private readonly global::System.Collections.Generic.List<string> _recordParams = new global::System.Collections.Generic.List<string>();
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, Name=@"recordParams", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<string> recordParams
- {
- get { return _recordParams; }
- }
-
- 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=@"PlayerSummary")]
- public partial class PlayerSummary : global::ProtoBuf.IExtensible
- {
- public PlayerSummary() {}
-
-
- private string _playerId;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string playerId
- {
- get { return _playerId; }
- set { _playerId = value; }
- }
-
- private string _roleName;
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"roleName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string roleName
- {
- get { return _roleName; }
- set { _roleName = value; }
- }
-
- private int _lv;
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int lv
- {
- get { return _lv; }
- set { _lv = value; }
- }
-
- private int _farmLv;
-
-
-
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"farmLv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int farmLv
- {
- get { return _farmLv; }
- set { _farmLv = value; }
- }
-
- private bool _canSow;
-
-
-
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"canSow", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public bool canSow
- {
- get { return _canSow; }
- set { _canSow = value; }
- }
-
- private bool _canSteal;
-
-
-
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"canSteal", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public bool canSteal
- {
- get { return _canSteal; }
- set { _canSteal = 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=@"PlayerInfo")]
- public partial class PlayerInfo : global::ProtoBuf.IExtensible
- {
- public PlayerInfo() {}
-
-
- private string _playerId;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string playerId
- {
- get { return _playerId; }
- set { _playerId = value; }
- }
-
- private pomelo.farm.PlayerSummary _playerSummary;
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"playerSummary", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public pomelo.farm.PlayerSummary playerSummary
- {
- get { return _playerSummary; }
- set { _playerSummary = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.farm.Block> _blockLs = new global::System.Collections.Generic.List<pomelo.farm.Block>();
- [global::ProtoBuf.ProtoMember(3, Name=@"blockLs", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.farm.Block> blockLs
- {
- get { return _blockLs; }
- }
-
- 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=@"ShopItemInfo")]
- public partial class ShopItemInfo : global::ProtoBuf.IExtensible
- {
- public ShopItemInfo() {}
-
-
- private int _itemId;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"itemId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int itemId
- {
- get { return _itemId; }
- set { _itemId = value; }
- }
-
- private int _changeNumCurrent;
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"changeNumCurrent", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int changeNumCurrent
- {
- get { return _changeNumCurrent; }
- set { _changeNumCurrent = value; }
- }
-
- private int _changeNumMax;
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"changeNumMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int changeNumMax
- {
- get { return _changeNumMax; }
- set { _changeNumMax = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.KeyValueStruct> _need = new global::System.Collections.Generic.List<pomelo.KeyValueStruct>();
- [global::ProtoBuf.ProtoMember(4, Name=@"need", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.KeyValueStruct> need
- {
- get { return _need; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.KeyValueStruct> _award = new global::System.Collections.Generic.List<pomelo.KeyValueStruct>();
- [global::ProtoBuf.ProtoMember(5, Name=@"award", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.KeyValueStruct> award
- {
- get { return _award; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|