mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
14 lines
281 B
Protocol Buffer
14 lines
281 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: PIICIGDBHHI
|
|
message SceneGalleryLuminanceStoneChallengeInfo {
|
|
uint32 clean_mud_count = 11;
|
|
uint32 score = 5;
|
|
uint32 kill_monster_count = 7;
|
|
uint32 kill_special_monster_count = 12;
|
|
}
|
|
|