GC-Proto/proto/SystemHint.proto

8 lines
134 B
Protocol Buffer
Raw Normal View History

2024-08-28 08:04:33 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
2024-08-28 12:09:22 +03:00
message SystemHint {
uint32 type = 2;
2024-08-28 08:04:33 +03:00
}