GC-Proto/proto/HomeRacingGalleryRecord.proto

13 lines
227 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "HomeGroupPlayerInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message HomeRacingGalleryRecord {
uint32 useTime = 3;
uint32 timestamp = 8;
HomeGroupPlayerInfo playerInfo = 4;
}