GC-Proto/proto/WindSeedClientNotify.proto

38 lines
695 B
Protocol Buffer
Raw Normal View History

2022-12-28 07:44:06 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
import "Rotation.proto";
import "bytes.proto";
2022-12-28 07:44:06 +03:00
option java_package = "emu.grasscutter.net.proto";
message WindSeedClientNotify {
2023-01-28 17:00:48 +03:00
enum NFLDBGMKHKK {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 1114;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
message RefreshNotify {
uint32 refreshNum = 13;
}
message AddWindBulletNotify {
uint32 Unk3300_CKIKKCAFJBC = 1;
Rotation seedPos = 10;
uint32 Unk3300_MPDFAPBDJAH = 13;
}
message AreaNotify {
uint32 areaType = 5;
uint32 areaId = 12;
bytes areaCode = 1;
}
oneof BANLMNJCGFJ {
RefreshNotify refresh_notify = 11;
AddWindBulletNotify add_wind_bullet_notify = 8;
AreaNotify area_notify = 2;
}
2022-12-28 07:44:06 +03:00
}