GC-Proto/unimplemented/EffigyChallengeV4PlayerInfo.proto
2024-08-28 13:04:33 +08:00

14 lines
414 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
import "EffigyChallengeV4AvatarInfo.proto";
import "EffigyChallengeV4PrepareState.proto";
message EffigyChallengeV4PlayerInfo {
repeated EffigyChallengeV4AvatarInfo FEECGJBPDFA = 3;
uint32 uid = 5;
EffigyChallengeV4PrepareState prepare_state = 9;
repeated EffigyChallengeV4AvatarInfo BPFFLKLBGOD = 13;
}