GC-Proto/proto/TreasureMapBonusChallengeNo...

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;
}