GC-Proto/proto/OtherPlayerEnterHomeNotify....

21 lines
319 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Reason.proto";
message OtherPlayerEnterHomeNotify {
//enum JHJIBDFHCDP {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 4582;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
Reason reason = 15;
string nickname = 11;
}