mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-04 19:37:05 +03:00
Update v1
This commit is contained in:
@@ -4,15 +4,15 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "HomeLimitedShopInfo.proto";
|
||||
|
||||
// Name: KHJDJONHPEI
|
||||
// Name: NJAMABMAGCC
|
||||
message HomeBasicInfo {
|
||||
uint32 level = 14;
|
||||
uint64 exp = 8;
|
||||
uint32 cur_module_id = 3; //FBNCMGADPOF
|
||||
string owner_nick_name = 7;
|
||||
uint32 cur_room_scene_id = 2; //PGOLLEEPPFI
|
||||
HomeLimitedShopInfo limited_shop_info = 5;
|
||||
uint32 home_owner_uid = 6; //PGOONNIGDEH
|
||||
bool is_in_edit_mode = 9;
|
||||
HomeLimitedShopInfo limited_shop_info = 2;
|
||||
uint64 exp = 11;
|
||||
string owner_nick_name = 9;
|
||||
uint32 home_owner_uid = 5; // OCBCKIIJNFD
|
||||
uint32 cur_module_id = 3; // KJEBPOOEKJG
|
||||
uint32 level = 15;
|
||||
bool is_in_edit_mode = 12;
|
||||
uint32 cur_room_scene_id = 1; // DHJNNKOAPEA
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user