GC-Proto/proto/LunaRiteAreaInfo.proto

15 lines
339 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-06-08 09:18:08 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-08 09:18:08 +03:00
2023-05-23 13:12:42 +03:00
import "LunaRiteHintStatusType.proto";
2024-06-08 09:18:08 +03:00
// Version: 4.6.0
// Obfs: PFOJKOELJAB
2023-05-23 13:12:42 +03:00
message LunaRiteAreaInfo {
2024-06-08 09:18:08 +03:00
repeated uint32 NLADEGOOIDA = 2;
LunaRiteHintStatusType hint_status = 7;
repeated uint32 PAJINADKPNM = 8;
uint32 area_id = 9;
uint32 challenge_index = 10;
}