GC-Proto/proto/HomeRacingGalleryRecord.proto

14 lines
228 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";
message HomeRacingGalleryRecord {
uint32 useTime = 3;
uint32 timestamp = 8;
HomeGroupPlayerInfo playerInfo = 4;
}