_guildMagicMatrixHandler.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. // ***************************************************************************
  10. // * 作者: lfingy
  11. // * 创建时间: 2019-07-15
  12. // * 用途: 公会法阵
  13. // ****************************************************************************/
  14. // Generated from: guildMagicMatrixHandler.proto
  15. // Note: requires additional types generated from: common.proto
  16. namespace pomelo.area
  17. {
  18. //---------------------------------------------------------------------------------------
  19. /// <summary>
  20. /// 法阵信息
  21. /// </summary>
  22. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildMagicMatrixInfo")]
  23. public partial class GuildMagicMatrixInfo : global::ProtoBuf.IExtensible
  24. {
  25. public GuildMagicMatrixInfo() {}
  26. private int _level = default(int);
  27. /// <summary>
  28. /// 当前等级
  29. /// </summary>
  30. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  31. [global::System.ComponentModel.DefaultValue(default(int))]
  32. public int level
  33. {
  34. get { return _level; }
  35. set { _level = value; }
  36. }
  37. private int _maxLevel = default(int);
  38. /// <summary>
  39. /// 最大等级
  40. /// </summary>
  41. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"maxLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  42. [global::System.ComponentModel.DefaultValue(default(int))]
  43. public int maxLevel
  44. {
  45. get { return _maxLevel; }
  46. set { _maxLevel = value; }
  47. }
  48. private int _monsterMagic = default(int);
  49. /// <summary>
  50. /// 当前妖气
  51. /// </summary>
  52. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"monsterMagic", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  53. [global::System.ComponentModel.DefaultValue(default(int))]
  54. public int monsterMagic
  55. {
  56. get { return _monsterMagic; }
  57. set { _monsterMagic = value; }
  58. }
  59. private int _monsterMagicLevelUp = default(int);
  60. /// <summary>
  61. /// 升级需要的妖气
  62. /// </summary>
  63. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"monsterMagicLevelUp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  64. [global::System.ComponentModel.DefaultValue(default(int))]
  65. public int monsterMagicLevelUp
  66. {
  67. get { return _monsterMagicLevelUp; }
  68. set { _monsterMagicLevelUp = value; }
  69. }
  70. private int _meditationSitNum = default(int);
  71. /// <summary>
  72. /// 每日剩余打坐次数
  73. /// </summary>
  74. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"meditationSitNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  75. [global::System.ComponentModel.DefaultValue(default(int))]
  76. public int meditationSitNum
  77. {
  78. get { return _meditationSitNum; }
  79. set { _meditationSitNum = value; }
  80. }
  81. private int _transferClassExpTimes = default(int);
  82. /// <summary>
  83. /// 每日剩余传功次数
  84. /// </summary>
  85. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"transferClassExpTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  86. [global::System.ComponentModel.DefaultValue(default(int))]
  87. public int transferClassExpTimes
  88. {
  89. get { return _transferClassExpTimes; }
  90. set { _transferClassExpTimes = value; }
  91. }
  92. private int _receiveClassExpNumTimes = default(int);
  93. /// <summary>
  94. /// 每日剩余被传功次数
  95. /// </summary>
  96. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"receiveClassExpNumTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  97. [global::System.ComponentModel.DefaultValue(default(int))]
  98. public int receiveClassExpNumTimes
  99. {
  100. get { return _receiveClassExpNumTimes; }
  101. set { _receiveClassExpNumTimes = value; }
  102. }
  103. private global::ProtoBuf.IExtension extensionObject;
  104. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  105. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  106. }
  107. //---------------------------------------------------------------------------------------
  108. /// <summary>
  109. /// 获取法阵信息
  110. /// </summary>
  111. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetMagicMatrixInfoRequest")]
  112. public partial class GetMagicMatrixInfoRequest : global::ProtoBuf.IExtensible
  113. {
  114. public GetMagicMatrixInfoRequest() {}
  115. private global::ProtoBuf.IExtension extensionObject;
  116. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  117. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  118. }
  119. //---------------------------------------------------------------------------------------
  120. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetMagicMatrixInfoResponse")]
  121. public partial class GetMagicMatrixInfoResponse : global::ProtoBuf.IExtensible
  122. {
  123. public GetMagicMatrixInfoResponse() {}
  124. private int _s2c_code;
  125. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  126. public int s2c_code
  127. {
  128. get { return _s2c_code; }
  129. set { _s2c_code = value; }
  130. }
  131. private string _s2c_msg = "";
  132. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  133. [global::System.ComponentModel.DefaultValue("")]
  134. public string s2c_msg
  135. {
  136. get { return _s2c_msg; }
  137. set { _s2c_msg = value; }
  138. }
  139. private pomelo.area.GuildMagicMatrixInfo _guildMagicMatrixInfo = null;
  140. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"guildMagicMatrixInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  141. [global::System.ComponentModel.DefaultValue(null)]
  142. public pomelo.area.GuildMagicMatrixInfo guildMagicMatrixInfo
  143. {
  144. get { return _guildMagicMatrixInfo; }
  145. set { _guildMagicMatrixInfo = value; }
  146. }
  147. private global::ProtoBuf.IExtension extensionObject;
  148. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  149. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  150. }
  151. //---------------------------------------------------------------------------------------
  152. /// <summary>
  153. /// 法阵升级
  154. /// </summary>
  155. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildUpgradeMagicMatrixLevelRequest")]
  156. public partial class GuildUpgradeMagicMatrixLevelRequest : global::ProtoBuf.IExtensible
  157. {
  158. public GuildUpgradeMagicMatrixLevelRequest() {}
  159. private global::ProtoBuf.IExtension extensionObject;
  160. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  161. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  162. }
  163. //---------------------------------------------------------------------------------------
  164. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildUpgradeMagicMatrixLevelResponse")]
  165. public partial class GuildUpgradeMagicMatrixLevelResponse : global::ProtoBuf.IExtensible
  166. {
  167. public GuildUpgradeMagicMatrixLevelResponse() {}
  168. private int _s2c_code;
  169. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  170. public int s2c_code
  171. {
  172. get { return _s2c_code; }
  173. set { _s2c_code = value; }
  174. }
  175. private string _s2c_msg = "";
  176. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  177. [global::System.ComponentModel.DefaultValue("")]
  178. public string s2c_msg
  179. {
  180. get { return _s2c_msg; }
  181. set { _s2c_msg = value; }
  182. }
  183. private pomelo.area.GuildMagicMatrixInfo _guildMagicMatrixInfo = null;
  184. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"guildMagicMatrixInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  185. [global::System.ComponentModel.DefaultValue(null)]
  186. public pomelo.area.GuildMagicMatrixInfo guildMagicMatrixInfo
  187. {
  188. get { return _guildMagicMatrixInfo; }
  189. set { _guildMagicMatrixInfo = value; }
  190. }
  191. private global::ProtoBuf.IExtension extensionObject;
  192. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  193. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  194. }
  195. //---------------------------------------------------------------------------------------
  196. /// <summary>
  197. /// 打坐开始
  198. /// </summary>
  199. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildSitStartRequest")]
  200. public partial class GuildSitStartRequest : global::ProtoBuf.IExtensible
  201. {
  202. public GuildSitStartRequest() {}
  203. private global::ProtoBuf.IExtension extensionObject;
  204. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  205. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  206. }
  207. //---------------------------------------------------------------------------------------
  208. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildSitStartResponse")]
  209. public partial class GuildSitStartResponse : global::ProtoBuf.IExtensible
  210. {
  211. public GuildSitStartResponse() {}
  212. private int _s2c_code;
  213. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  214. public int s2c_code
  215. {
  216. get { return _s2c_code; }
  217. set { _s2c_code = value; }
  218. }
  219. private string _s2c_msg = "";
  220. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  221. [global::System.ComponentModel.DefaultValue("")]
  222. public string s2c_msg
  223. {
  224. get { return _s2c_msg; }
  225. set { _s2c_msg = value; }
  226. }
  227. private global::ProtoBuf.IExtension extensionObject;
  228. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  229. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  230. }
  231. //---------------------------------------------------------------------------------------
  232. /// <summary>
  233. /// 打坐或传功领取一次奖励
  234. /// </summary>
  235. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildSitOrTransRewardRequest")]
  236. public partial class GuildSitOrTransRewardRequest : global::ProtoBuf.IExtensible
  237. {
  238. public GuildSitOrTransRewardRequest() {}
  239. private bool _c2s_is_sit;
  240. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_is_sit", DataFormat = global::ProtoBuf.DataFormat.Default)]
  241. public bool c2s_is_sit
  242. {
  243. get { return _c2s_is_sit; }
  244. set { _c2s_is_sit = value; }
  245. }
  246. private global::ProtoBuf.IExtension extensionObject;
  247. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  248. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  249. }
  250. //---------------------------------------------------------------------------------------
  251. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildSitOrTransRewardResponse")]
  252. public partial class GuildSitOrTransRewardResponse : global::ProtoBuf.IExtensible
  253. {
  254. public GuildSitOrTransRewardResponse() {}
  255. private int _s2c_code;
  256. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  257. public int s2c_code
  258. {
  259. get { return _s2c_code; }
  260. set { _s2c_code = value; }
  261. }
  262. private string _s2c_msg = "";
  263. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  264. [global::System.ComponentModel.DefaultValue("")]
  265. public string s2c_msg
  266. {
  267. get { return _s2c_msg; }
  268. set { _s2c_msg = value; }
  269. }
  270. private bool _s2c_is_sit;
  271. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_is_sit", DataFormat = global::ProtoBuf.DataFormat.Default)]
  272. public bool s2c_is_sit
  273. {
  274. get { return _s2c_is_sit; }
  275. set { _s2c_is_sit = value; }
  276. }
  277. private int _s2c_value = default(int);
  278. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  279. [global::System.ComponentModel.DefaultValue(default(int))]
  280. public int s2c_value
  281. {
  282. get { return _s2c_value; }
  283. set { _s2c_value = value; }
  284. }
  285. private global::ProtoBuf.IExtension extensionObject;
  286. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  287. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  288. }
  289. //---------------------------------------------------------------------------------------
  290. /// <summary>
  291. /// 法阵净妖
  292. /// </summary>
  293. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildClearYaoQiRequest")]
  294. public partial class GuildClearYaoQiRequest : global::ProtoBuf.IExtensible
  295. {
  296. public GuildClearYaoQiRequest() {}
  297. private global::ProtoBuf.IExtension extensionObject;
  298. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  299. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  300. }
  301. //---------------------------------------------------------------------------------------
  302. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildClearYaoQiResponse")]
  303. public partial class GuildClearYaoQiResponse : global::ProtoBuf.IExtensible
  304. {
  305. public GuildClearYaoQiResponse() {}
  306. private int _s2c_code;
  307. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  308. public int s2c_code
  309. {
  310. get { return _s2c_code; }
  311. set { _s2c_code = value; }
  312. }
  313. private string _s2c_msg = "";
  314. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  315. [global::System.ComponentModel.DefaultValue("")]
  316. public string s2c_msg
  317. {
  318. get { return _s2c_msg; }
  319. set { _s2c_msg = value; }
  320. }
  321. private global::ProtoBuf.IExtension extensionObject;
  322. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  323. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  324. }
  325. //---------------------------------------------------------------------------------------
  326. /// <summary>
  327. /// 法阵传功
  328. /// </summary>
  329. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildTransferExpRequest")]
  330. public partial class GuildTransferExpRequest : global::ProtoBuf.IExtensible
  331. {
  332. public GuildTransferExpRequest() {}
  333. private global::ProtoBuf.IExtension extensionObject;
  334. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  335. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  336. }
  337. //---------------------------------------------------------------------------------------
  338. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildTransferExpResponse")]
  339. public partial class GuildTransferExpResponse : global::ProtoBuf.IExtensible
  340. {
  341. public GuildTransferExpResponse() {}
  342. private int _s2c_code;
  343. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  344. public int s2c_code
  345. {
  346. get { return _s2c_code; }
  347. set { _s2c_code = value; }
  348. }
  349. private string _s2c_msg = "";
  350. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  351. [global::System.ComponentModel.DefaultValue("")]
  352. public string s2c_msg
  353. {
  354. get { return _s2c_msg; }
  355. set { _s2c_msg = value; }
  356. }
  357. private global::ProtoBuf.IExtension extensionObject;
  358. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  359. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  360. }
  361. //---------------------------------------------------------------------------------------
  362. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnMagicMatrixActionPush")]
  363. public partial class OnMagicMatrixActionPush : global::ProtoBuf.IExtensible
  364. {
  365. public OnMagicMatrixActionPush() {}
  366. private int _s2c_sit_can_num;
  367. /// <summary>
  368. /// 剩余打坐次数
  369. /// </summary>
  370. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_sit_can_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  371. public int s2c_sit_can_num
  372. {
  373. get { return _s2c_sit_can_num; }
  374. set { _s2c_sit_can_num = value; }
  375. }
  376. private int _s2c_clear_can_value;
  377. /// <summary>
  378. /// 公会剩余可净妖数值
  379. /// </summary>
  380. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_clear_can_value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  381. public int s2c_clear_can_value
  382. {
  383. get { return _s2c_clear_can_value; }
  384. set { _s2c_clear_can_value = value; }
  385. }
  386. private int _s2c_transfer_can_to;
  387. /// <summary>
  388. /// 可主动传功次数
  389. /// </summary>
  390. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_transfer_can_to", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  391. public int s2c_transfer_can_to
  392. {
  393. get { return _s2c_transfer_can_to; }
  394. set { _s2c_transfer_can_to = value; }
  395. }
  396. private int _s2c_transfer_can_rec;
  397. /// <summary>
  398. /// 可接受传功次数
  399. /// </summary>
  400. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_transfer_can_rec", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  401. public int s2c_transfer_can_rec
  402. {
  403. get { return _s2c_transfer_can_rec; }
  404. set { _s2c_transfer_can_rec = value; }
  405. }
  406. private int _s2c_self_yao_value = default(int);
  407. /// <summary>
  408. /// 玩家自己当前剩余可提供的妖气值
  409. /// </summary>
  410. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_self_yao_value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  411. [global::System.ComponentModel.DefaultValue(default(int))]
  412. public int s2c_self_yao_value
  413. {
  414. get { return _s2c_self_yao_value; }
  415. set { _s2c_self_yao_value = value; }
  416. }
  417. private int _s2c_trans_b_uexp = default(int);
  418. /// <summary>
  419. /// 玩家自己当前剩余可提供的妖气值
  420. /// </summary>
  421. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_trans_b_uexp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  422. [global::System.ComponentModel.DefaultValue(default(int))]
  423. public int s2c_trans_b_uexp
  424. {
  425. get { return _s2c_trans_b_uexp; }
  426. set { _s2c_trans_b_uexp = value; }
  427. }
  428. private global::ProtoBuf.IExtension extensionObject;
  429. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  430. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  431. }
  432. }