mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
16 lines
294 B
Protocol Buffer
16 lines
294 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: ABEDKGJICJE
|
|
message HomeAvatarSummonEventInfo {
|
|
uint32 avatar_id = 5;
|
|
uint32 random_position = 3;
|
|
uint32 event_over_time = 8;
|
|
uint32 guid = 12;
|
|
uint32 suit_id = 2;
|
|
uint32 event_id = 1;
|
|
}
|
|
|