1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 17:16:08 +03:00
GC-Proto/proto/WidgetCreatorOpType.proto
2023-08-23 01:09:33 +08:00

10 lines
211 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
enum WidgetCreatorOpType {
WIDGET_CREATOR_TYPE_NONE = 0;
WIDGET_CREATOR_TYPE_RETRACT = 1;
WIDGET_CREATOR_TYPE_RETRACT_AND_CREATE = 2;
}