1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-08-22 09:22:31 +03:00
Files
GC-Proto/unimplemented/HomeSeekFurniturePlayerScore.proto
2024-08-21 22:00:57 +08:00

10 lines
234 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HomeGroupPlayerInfo.proto";
// 4.7.0
// Obf: GOKKCLHGJDC
message HomeSeekFurniturePlayerScore {
HomeGroupPlayerInfo player_info = 11;
uint32 score = 1;
}