mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -20,12 +20,12 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message H5ActivityInfo {
|
||||
uint32 h5_activity_id = 3;
|
||||
string url = 4;
|
||||
bool is_entrance_open = 7;
|
||||
uint32 h5_schedule_id = 8;
|
||||
uint32 end_time = 10;
|
||||
string prefab_path = 11;
|
||||
uint32 content_close_time = 2;
|
||||
uint32 begin_time = 13;
|
||||
bool is_entrance_open = 2;
|
||||
uint32 Unk3300_OBKEBDCKHJF = 1;
|
||||
uint32 Unk3300_DMBNFECAKBH = 14;
|
||||
uint32 content_close_time = 4;
|
||||
string url = 3;
|
||||
string prefab_path = 15;
|
||||
uint32 begin_time = 5;
|
||||
uint32 end_time = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user