|
|
@@ -264,11 +264,17 @@ class Response extends \Google\Protobuf\Internal\Message
|
|
|
*/
|
|
|
protected $house_up = null;
|
|
|
/**
|
|
|
- * 获取房屋排行榜请求消息
|
|
|
+ * 获取房屋等级排行榜请求消息
|
|
|
*
|
|
|
* Generated from protobuf field <code>.uraus.kku.Response.ResponseHouseRank house_rank = 501;</code>
|
|
|
*/
|
|
|
protected $house_rank = null;
|
|
|
+ /**
|
|
|
+ * 获取财富排行榜
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseHouseRankfund house_rankfund = 502;</code>
|
|
|
+ */
|
|
|
+ protected $house_rankfund = null;
|
|
|
/**
|
|
|
* 获取宠物列表及食物数据
|
|
|
*
|
|
|
@@ -557,7 +563,9 @@ class Response extends \Google\Protobuf\Internal\Message
|
|
|
* @type \Uraus\Kku\Response\ResponseHouseUp $house_up
|
|
|
* 房屋升级请求
|
|
|
* @type \Uraus\Kku\Response\ResponseHouseRank $house_rank
|
|
|
- * 获取房屋排行榜请求消息
|
|
|
+ * 获取房屋等级排行榜请求消息
|
|
|
+ * @type \Uraus\Kku\Response\ResponseHouseRankfund $house_rankfund
|
|
|
+ * 获取财富排行榜
|
|
|
* @type \Uraus\Kku\Response\ResponsePetData $pet_data
|
|
|
* 获取宠物列表及食物数据
|
|
|
* @type \Uraus\Kku\Response\ResponsePetLifeSkillUse $pet_life_skill_use
|
|
|
@@ -1915,7 +1923,7 @@ class Response extends \Google\Protobuf\Internal\Message
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 获取房屋排行榜请求消息
|
|
|
+ * 获取房屋等级排行榜请求消息
|
|
|
*
|
|
|
* Generated from protobuf field <code>.uraus.kku.Response.ResponseHouseRank house_rank = 501;</code>
|
|
|
* @return \Uraus\Kku\Response\ResponseHouseRank
|
|
|
@@ -1936,7 +1944,7 @@ class Response extends \Google\Protobuf\Internal\Message
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 获取房屋排行榜请求消息
|
|
|
+ * 获取房屋等级排行榜请求消息
|
|
|
*
|
|
|
* Generated from protobuf field <code>.uraus.kku.Response.ResponseHouseRank house_rank = 501;</code>
|
|
|
* @param \Uraus\Kku\Response\ResponseHouseRank $var
|
|
|
@@ -1950,6 +1958,42 @@ class Response extends \Google\Protobuf\Internal\Message
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 获取财富排行榜
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseHouseRankfund house_rankfund = 502;</code>
|
|
|
+ * @return \Uraus\Kku\Response\ResponseHouseRankfund
|
|
|
+ */
|
|
|
+ public function getHouseRankfund()
|
|
|
+ {
|
|
|
+ return isset($this->house_rankfund) ? $this->house_rankfund : null;
|
|
|
+ }
|
|
|
+
|
|
|
+ public function hasHouseRankfund()
|
|
|
+ {
|
|
|
+ return isset($this->house_rankfund);
|
|
|
+ }
|
|
|
+
|
|
|
+ public function clearHouseRankfund()
|
|
|
+ {
|
|
|
+ unset($this->house_rankfund);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 获取财富排行榜
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseHouseRankfund house_rankfund = 502;</code>
|
|
|
+ * @param \Uraus\Kku\Response\ResponseHouseRankfund $var
|
|
|
+ * @return $this
|
|
|
+ */
|
|
|
+ public function setHouseRankfund($var)
|
|
|
+ {
|
|
|
+ GPBUtil::checkMessage($var, \Uraus\Kku\Response\ResponseHouseRankfund::class);
|
|
|
+ $this->house_rankfund = $var;
|
|
|
+
|
|
|
+ return $this;
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 获取宠物列表及食物数据
|
|
|
*
|