GC-Proto/unimplemented/HomeSeekFurniturePlayerScor...

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;
}