mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
Melon 3.5
This commit is contained in:
@@ -3,8 +3,9 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
// Name: FPBAKHENGML
|
||||
enum WidgetSlotOp {
|
||||
WIDGET_SLOT_OP_ATTACH = 0;
|
||||
WIDGET_SLOT_OP_DETACH = 1;
|
||||
WIDGET_SLOT_OP_ATTACH = 0;
|
||||
WIDGET_SLOT_OP_DETACH = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user