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