| 123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: proto/game.proto
- namespace Uraus\Kku\Response;
- use Google\Protobuf\Internal\GPBType;
- use Google\Protobuf\Internal\RepeatedField;
- use Google\Protobuf\Internal\GPBUtil;
- /**
- * 开启宝箱请求消息
- *
- * Generated from protobuf message <code>uraus.kku.Response.ResponseItemOpenbox</code>
- */
- class ResponseItemOpenbox extends \Google\Protobuf\Internal\Message
- {
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Proto\Game::initOnce();
- parent::__construct($data);
- }
- }
- // Adding a class alias for backwards compatibility with the previous class name.
- class_alias(ResponseItemOpenbox::class, \Uraus\Kku\Response_ResponseItemOpenbox::class);
|