GC-Proto/proto/InferenceWordInfo.proto

12 lines
239 B
Protocol Buffer
Raw Normal View History

2024-06-08 09:18:08 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-06-23 18:33:14 +03:00
// 4.7.0
2024-06-08 09:18:08 +03:00
message InferenceWordInfo {
2024-06-23 18:33:14 +03:00
uint32 word_id = 3;
bool AAOCFCGKKHC = 7;
bool DMBPILCCFNK = 10;
uint32 unlock_by_word_id = 13;
bool HJLIADLKJOP = 14;
2024-06-08 09:18:08 +03:00
}