GC-Proto/unimplemented/EffigyChallengeV4PrepareNotify.proto

13 lines
348 B
Protocol Buffer
Raw Normal View History

2024-08-28 08:04:33 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 25107
import "EffigyChallengeV4LevelInfo.proto";
import "EffigyChallengeV4PlayerInfo.proto";
message EffigyChallengeV4PrepareNotify {
EffigyChallengeV4LevelInfo level_info = 6;
repeated EffigyChallengeV4PlayerInfo player_info_list = 7;
}