GC-Proto/proto/SystemHint.proto

9 lines
179 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";
message SystemHint {
uint32 type = 1;
}