GC-Proto/proto/GCGMsgOpTimer.proto

15 lines
265 B
Protocol Buffer
Raw Normal View History

2023-02-28 04:12:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-04-03 09:51:55 +03:00
import "GCGPhaseType.proto";
2023-02-28 04:12:44 +03:00
2023-04-11 06:14:48 +03:00
// Name: CILAMJDNCIL
2023-04-03 09:51:55 +03:00
message GCGMsgOpTimer {
2023-04-11 06:14:48 +03:00
fixed64 time_stamp = 1;
GCGPhaseType phase = 5;
fixed64 begin_time = 10;
uint32 controller_id = 7;
2023-02-28 04:12:44 +03:00
}