mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update 3.2
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "PotionStage.proto";
|
||||
import "PotionStageData.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message PotionActivityDetailInfo {
|
||||
repeated PotionStage stage_list = 10;
|
||||
repeated PotionStageData stage_list = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user