syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; enum FetterState { NONE = 0; NOT_OPEN = 1; OPEN = 2; FINISH = 3; }