mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
15 lines
246 B
Protocol Buffer
15 lines
246 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Name: HGFJKBCKJFE
|
|
message WinterCampRaceStageInfo {
|
|
uint32 max_score = 9;
|
|
uint32 open_time = 8;
|
|
Vector pos = 1;
|
|
uint32 id = 10;
|
|
}
|
|
|