Your Name 5 hónapja
szülő
commit
cc0eeee96c

+ 1 - 1
config/proto_route.php

@@ -106,7 +106,7 @@ return array (
       7 => 'query_data',
     ),
   ),
-  'generated_at' => '+08:00 2025-07-11 15:09:15',
+  'generated_at' => '+08:00 2025-07-19 21:15:27',
   'conventions' => 
   array (
     'handler_namespace' => 'App\\Module\\AppGame\\Handler',

+ 5 - 5
protophp/GPBMetadata/Proto/Game.php

@@ -16,7 +16,7 @@ class Game
         }
         $pool->internalAddGeneratedFile(
             '
-ŠÄ
+Ä
 proto/game.proto	uraus.kku"ç?
 Request
 request_unid (	;
@@ -611,7 +611,7 @@ star_level
 APPLYING	
 AGREE
 
-REFUSE"§0
+REFUSE"¢0
 Common)
 KeyValue
 kname (	
@@ -688,7 +688,7 @@ DeductItem
 pet_id (
 pet_name (	0
 
-pet_status (2.uraus.kku.Common.PET_STATUS¦
+pet_status (2.uraus.kku.Common.PET_STATUS¡
 LastData)
 coins (2.uraus.kku.Common.DataCoin)
 items (2.uraus.kku.Common.DataItem\'
@@ -698,8 +698,8 @@ pet_status (2.uraus.kku.Common.PET_STATUS
 hourse (2.uraus.kku.Common.DataHourse5
 	pet_skill (2".uraus.kku.Common.DataPetLifeSkill3
 
-pet_simple (2.uraus.kku.Common.DataPetSimple-
-task	 (2.uraus.kku.Common.DataPetSimple*
+pet_simple (2.uraus.kku.Common.DataPetSimple(
+task	 (2.uraus.kku.Common.DataTask*
 DataCoin
 type (
 quantity (y

+ 6 - 6
protophp/Uraus/Kku/Common/LastData.php

@@ -66,7 +66,7 @@ class LastData extends \Google\Protobuf\Internal\Message
     /**
      * 任务,状态同步 9
      *
-     * Generated from protobuf field <code>repeated .uraus.kku.Common.DataPetSimple task = 9;</code>
+     * Generated from protobuf field <code>repeated .uraus.kku.Common.DataTask task = 9;</code>
      */
     private $task;
 
@@ -92,7 +92,7 @@ class LastData extends \Google\Protobuf\Internal\Message
      *           宠物,生活技能状态 同步  7
      *     @type \Uraus\Kku\Common\DataPetSimple[]|\Google\Protobuf\Internal\RepeatedField $pet_simple
      *           宠物,简单状态 8
-     *     @type \Uraus\Kku\Common\DataPetSimple[]|\Google\Protobuf\Internal\RepeatedField $task
+     *     @type \Uraus\Kku\Common\DataTask[]|\Google\Protobuf\Internal\RepeatedField $task
      *           任务,状态同步 9
      * }
      */
@@ -322,7 +322,7 @@ class LastData extends \Google\Protobuf\Internal\Message
     /**
      * 任务,状态同步 9
      *
-     * Generated from protobuf field <code>repeated .uraus.kku.Common.DataPetSimple task = 9;</code>
+     * Generated from protobuf field <code>repeated .uraus.kku.Common.DataTask task = 9;</code>
      * @return \Google\Protobuf\Internal\RepeatedField
      */
     public function getTask()
@@ -333,13 +333,13 @@ class LastData extends \Google\Protobuf\Internal\Message
     /**
      * 任务,状态同步 9
      *
-     * Generated from protobuf field <code>repeated .uraus.kku.Common.DataPetSimple task = 9;</code>
-     * @param \Uraus\Kku\Common\DataPetSimple[]|\Google\Protobuf\Internal\RepeatedField $var
+     * Generated from protobuf field <code>repeated .uraus.kku.Common.DataTask task = 9;</code>
+     * @param \Uraus\Kku\Common\DataTask[]|\Google\Protobuf\Internal\RepeatedField $var
      * @return $this
      */
     public function setTask($var)
     {
-        $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Uraus\Kku\Common\DataPetSimple::class);
+        $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Uraus\Kku\Common\DataTask::class);
         $this->task = $arr;
 
         return $this;

+ 8 - 8
protophp/Uraus/Kku/Request/RequestPetVegeteal.php

@@ -22,13 +22,13 @@ class RequestPetVegeteal extends \Google\Protobuf\Internal\Message
      */
     protected $user_id = 0;
     /**
-     * 宠物ID
+     * 使用宠物ID
      *
      * Generated from protobuf field <code>int64 pet_id = 2;</code>
      */
     protected $pet_id = 0;
     /**
-     * 那个作物
+     * 偷取目标作物ID
      *
      * Generated from protobuf field <code>int64 plant_id = 3;</code>
      */
@@ -43,9 +43,9 @@ class RequestPetVegeteal extends \Google\Protobuf\Internal\Message
      *     @type int|string $user_id
      *          被偷的玩家id
      *     @type int|string $pet_id
-     *           宠物ID
+     *           使用宠物ID
      *     @type int|string $plant_id
-     *           那个作物
+     *           偷取目标作物ID
      * }
      */
     public function __construct($data = NULL) {
@@ -80,7 +80,7 @@ class RequestPetVegeteal extends \Google\Protobuf\Internal\Message
     }
 
     /**
-     * 宠物ID
+     * 使用宠物ID
      *
      * Generated from protobuf field <code>int64 pet_id = 2;</code>
      * @return int|string
@@ -91,7 +91,7 @@ class RequestPetVegeteal extends \Google\Protobuf\Internal\Message
     }
 
     /**
-     * 宠物ID
+     * 使用宠物ID
      *
      * Generated from protobuf field <code>int64 pet_id = 2;</code>
      * @param int|string $var
@@ -106,7 +106,7 @@ class RequestPetVegeteal extends \Google\Protobuf\Internal\Message
     }
 
     /**
-     * 那个作物
+     * 偷取目标作物ID
      *
      * Generated from protobuf field <code>int64 plant_id = 3;</code>
      * @return int|string
@@ -117,7 +117,7 @@ class RequestPetVegeteal extends \Google\Protobuf\Internal\Message
     }
 
     /**
-     * 那个作物
+     * 偷取目标作物ID
      *
      * Generated from protobuf field <code>int64 plant_id = 3;</code>
      * @param int|string $var