mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
14 lines
414 B
Protocol Buffer
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;
|
|
}
|