15 lines
323 B
Protocol Buffer
15 lines
323 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "SummerTimeDungeonInfo.proto";
|
|
|
|
message EchoShellInfo {
|
|
repeated uint32 Unk3300_NEFBJPKBEHF = 10;
|
|
repeated uint32 Unk3300_OOCDFANFFDG = 5;
|
|
repeated uint32 takenRewardList = 14;
|
|
repeated SummerTimeDungeonInfo summerTimeDungeonList = 13;
|
|
}
|