GC-Proto/proto/HomeRacingGalleryRecord.proto

14 lines
261 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HomeGroupPlayerInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: FBLJNNEKAKB
2023-02-18 04:48:44 +03:00
message HomeRacingGalleryRecord {
2023-02-28 04:12:44 +03:00
uint32 use_time = 13;
HomeGroupPlayerInfo player_info = 6;
uint32 timestamp = 15;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00