mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,8 +22,8 @@ import "WidgetSlotTag.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message WidgetSlotData {
|
||||
uint32 cd_over_time = 9;
|
||||
WidgetSlotTag tag = 14;
|
||||
uint32 material_id = 11;
|
||||
bool is_active = 12;
|
||||
uint32 cd_over_time = 15;
|
||||
bool is_active = 3;
|
||||
uint32 material_id = 8;
|
||||
WidgetSlotTag tag = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user