GC-Proto/proto/CoopRewardState.proto

11 lines
199 B
Protocol Buffer
Raw Normal View History

2022-11-12 08:09:32 +03:00
// Proto has been converted from Sorapointa to Grasscutter format
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
enum CoopRewardState {
Unlock = 0;
Lock = 1;
Taken = 2;
}