mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,14 +2,14 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "PotionLevelData.proto";
|
||||
|
||||
// Name: NICOCIKJHBL
|
||||
message PotionStageData {
|
||||
repeated uint32 Unk3300_NLMEPPPMCKI = 9;
|
||||
uint32 stageId = 14;
|
||||
repeated uint32 Unk3300_BMEHJHFCPMA = 12;
|
||||
repeated PotionLevelData levelList = 1;
|
||||
bool isOpen = 15;
|
||||
bool is_open = 11;
|
||||
repeated uint32 ENEFLMCICBB = 8;
|
||||
repeated PotionLevelData level_list = 10;
|
||||
uint32 stage_id = 6;
|
||||
repeated uint32 NJEEPCAOMNI = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user