mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
14 lines
223 B
Protocol Buffer
14 lines
223 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message HomeAvatarRewardEventInfo {
|
|
uint32 avatarId = 6;
|
|
uint32 randomPosition = 4;
|
|
uint32 eventId = 14;
|
|
uint32 guid = 5;
|
|
uint32 suiteId = 2;
|
|
}
|