mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 13:44:38 +03:00
21 lines
351 B
Protocol Buffer
21 lines
351 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "Rotation.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message SummerTimeFloatSignalUpdateNotify {
|
||
|
enum GOGNJHJJCJB {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 8586;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
}
|
||
|
|
||
|
Rotation position = 2;
|
||
|
bool isTransferAnchor = 11;
|
||
|
uint32 floatSignalId = 14;
|
||
|
}
|