GC-Proto/proto/SystemHint.proto

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;
}