GC-Proto/proto/AiThreatInfo.proto

7 lines
145 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-06-04 19:22:10 +03:00
2024-07-02 21:31:20 +03:00
// 4.7.0
2022-11-06 15:30:21 +03:00
message AiThreatInfo {
2024-07-02 21:31:20 +03:00
map<uint32, uint32> ai_threat_map = 15;
}