GC-Proto/proto/LanternRiteFireworksChallengeInfo.proto
2023-01-28 22:00:48 +08:00

12 lines
194 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message LanternRiteFireworksChallengeInfo {
bool isFullScore = 11;
uint32 bestScore = 14;
uint32 challengeId = 15;
}