GC-Proto/proto/HomeSeekFurniturePlayerScor...

10 lines
234 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "HomeGroupPlayerInfo.proto";
2024-08-17 09:14:42 +03:00
// 4.7.0
// Obf: GOKKCLHGJDC
2022-11-06 15:51:40 +03:00
message HomeSeekFurniturePlayerScore {
2024-08-17 09:14:42 +03:00
HomeGroupPlayerInfo player_info = 11;
uint32 score = 1;
2022-11-06 15:30:21 +03:00
}