mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-04 19:37:05 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,19 +15,16 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "HomeLimitedShopInfo.proto";
|
||||
// Obf: IJLFNOMCNNH
|
||||
// Obf: ICMPDPAEKNA
|
||||
message HomeBasicInfo {
|
||||
string owner_nick_name = 7;
|
||||
uint32 level = 11;
|
||||
string owner_nick_name = 5;
|
||||
bool is_in_edit_mode = 9;
|
||||
uint32 cur_module_id = 13;
|
||||
uint32 cur_room_scene_id = 8;
|
||||
uint64 exp = 10;
|
||||
uint32 home_owner_uid = 14;
|
||||
HomeLimitedShopInfo limited_shop_info = 15;
|
||||
uint32 cur_room_scene_id = 9;
|
||||
bool is_in_edit_mode = 14;
|
||||
uint64 exp = 1;
|
||||
uint32 level = 13;
|
||||
uint32 home_owner_uid = 5;
|
||||
uint32 cur_module_id = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user