1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-03-14 14:14:36 +03:00
GC-Proto/proto/AvatarGainFlycloakNotify.proto

9 lines
171 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-04-22 15:15:37 +03:00
2024-07-05 00:44:58 +03:00
// 4.7.0
// CmdId: 2863
// DCIIMGJNLPA
2022-11-06 15:30:21 +03:00
message AvatarGainFlycloakNotify {
2024-07-05 00:44:58 +03:00
uint32 flycloak_id = 7;
2024-05-28 13:52:04 +03:00
}