14 lines
261 B
Protocol Buffer
14 lines
261 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "GCGPhaseType.proto";
|
||
|
import "Uint32Pair.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message PhaseChange {
|
||
|
repeated Uint32Pair allowControllerMap = 7;
|
||
|
GCGPhaseType afterPhase = 13;
|
||
|
GCGPhaseType beforePhase = 8;
|
||
|
}
|