GC-Proto/proto/GameOver.proto

12 lines
183 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "GCGEndReason.proto";
option java_package = "emu.grasscutter.net.proto";
message GameOver {
GCGEndReason endReason = 4;
uint32 winControllerId = 10;
}