GC-Proto/proto/TreasureMapBonusChallengeNotify.proto
2023-02-28 09:12:44 +08:00

13 lines
244 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "TreasureMapBonusChallengeInfo.proto";
// Name: MCJFPFPHMDG
// CmdId: 2163
message TreasureMapBonusChallengeNotify {
TreasureMapBonusChallengeInfo info = 5;
}