mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
15 lines
399 B
Protocol Buffer
15 lines
399 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "FriendEnterHomeOption.proto";
|
|
|
|
// Name: EBFJBGCKDKC
|
|
message PlayerHomeCompInfo {
|
|
FriendEnterHomeOption friend_enter_home_option = 9;
|
|
repeated uint32 seen_module_id_list = 5;
|
|
repeated uint32 unlocked_module_id_list = 15; //GDJHCPPGIIM
|
|
repeated uint32 levelup_reward_got_level_list = 11; //LHOLJFDKFHM
|
|
}
|
|
|