GC-Proto/proto/OtherPlayerEnterHomeNotify....

20 lines
305 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "Reason.proto";
option java_package = "emu.grasscutter.net.proto";
message OtherPlayerEnterHomeNotify {
enum JHJIBDFHCDP {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 4582;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
Reason reason = 15;
string nickname = 11;
}