19 lines
321 B
Protocol Buffer
19 lines
321 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "AuthorityChange.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message EntityAuthorityChangeNotify {
|
||
|
enum FILIKBJBANB {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 375;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
}
|
||
|
|
||
|
repeated AuthorityChange authorityChangeList = 2;
|
||
|
}
|