GC-Proto/proto/SystemHint.proto
2022-11-12 13:09:32 +08:00

9 lines
179 B
Protocol Buffer

// Proto has been converted from Sorapointa to Grasscutter format
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SystemHint {
uint32 type = 1;
}