GC-Proto/proto/WidgetCreatorOpType.proto

10 lines
238 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// Obf: FLOIKBKAJEM
2022-11-06 15:30:21 +03:00
enum WidgetCreatorOpType {
2023-05-23 13:12:42 +03:00
WIDGET_CREATOR_TYPE_NONE = 0;
WIDGET_CREATOR_TYPE_RETRACT = 1;
WIDGET_CREATOR_TYPE_RETRACT_AND_CREATE = 2;
2022-11-06 15:30:21 +03:00
}