|
@@ -45,6 +45,12 @@ class UserInfo extends \Google\Protobuf\Internal\Message
|
|
|
* Generated from protobuf field <code>string mobile = 5;</code>
|
|
* Generated from protobuf field <code>string mobile = 5;</code>
|
|
|
*/
|
|
*/
|
|
|
protected $mobile = '';
|
|
protected $mobile = '';
|
|
|
|
|
+ /**
|
|
|
|
|
+ *农场皮肤,持有
|
|
|
|
|
+ *
|
|
|
|
|
+ * Generated from protobuf field <code>repeated int64 skin_ids = 6;</code>
|
|
|
|
|
+ */
|
|
|
|
|
+ private $skin_ids;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Constructor.
|
|
* Constructor.
|
|
@@ -62,6 +68,8 @@ class UserInfo extends \Google\Protobuf\Internal\Message
|
|
|
* 玩家昵称
|
|
* 玩家昵称
|
|
|
* @type string $mobile
|
|
* @type string $mobile
|
|
|
* 手机
|
|
* 手机
|
|
|
|
|
+ * @type int[]|string[]|\Google\Protobuf\Internal\RepeatedField $skin_ids
|
|
|
|
|
+ * 农场皮肤,持有
|
|
|
* }
|
|
* }
|
|
|
*/
|
|
*/
|
|
|
public function __construct($data = NULL) {
|
|
public function __construct($data = NULL) {
|
|
@@ -199,6 +207,32 @@ class UserInfo extends \Google\Protobuf\Internal\Message
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ *农场皮肤,持有
|
|
|
|
|
+ *
|
|
|
|
|
+ * Generated from protobuf field <code>repeated int64 skin_ids = 6;</code>
|
|
|
|
|
+ * @return \Google\Protobuf\Internal\RepeatedField
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getSkinIds()
|
|
|
|
|
+ {
|
|
|
|
|
+ return $this->skin_ids;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ *农场皮肤,持有
|
|
|
|
|
+ *
|
|
|
|
|
+ * Generated from protobuf field <code>repeated int64 skin_ids = 6;</code>
|
|
|
|
|
+ * @param int[]|string[]|\Google\Protobuf\Internal\RepeatedField $var
|
|
|
|
|
+ * @return $this
|
|
|
|
|
+ */
|
|
|
|
|
+ public function setSkinIds($var)
|
|
|
|
|
+ {
|
|
|
|
|
+ $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT64);
|
|
|
|
|
+ $this->skin_ids = $arr;
|
|
|
|
|
+
|
|
|
|
|
+ return $this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Adding a class alias for backwards compatibility with the previous class name.
|
|
// Adding a class alias for backwards compatibility with the previous class name.
|