Grasscutter/proto/CoopCg.proto

9 lines
127 B
Protocol Buffer
Raw Normal View History

2022-04-17 12:43:07 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message CoopCg {
uint32 id = 1;
bool isUnlock = 2;
}