1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 09:06:08 +03:00
GC-Proto/proto/LunaRiteAreaInfo.proto
2024-06-08 14:18:08 +08:00

15 lines
339 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "LunaRiteHintStatusType.proto";
// Version: 4.6.0
// Obfs: PFOJKOELJAB
message LunaRiteAreaInfo {
repeated uint32 NLADEGOOIDA = 2;
LunaRiteHintStatusType hint_status = 7;
repeated uint32 PAJINADKPNM = 8;
uint32 area_id = 9;
uint32 challenge_index = 10;
}