14 lines
401 B
Protocol Buffer
14 lines
401 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
enum NLKBOOHNHHJ {
|
|
NLKBOOHNHHJ_ReportReasonNone = 0;
|
|
NLKBOOHNHHJ_ReportReasonDeceptiveAds = 1;
|
|
NLKBOOHNHHJ_ReportReasonAbusing = 2;
|
|
NLKBOOHNHHJ_ReportReasonCheat = 3;
|
|
NLKBOOHNHHJ_ReportReasonPolitical = 4;
|
|
NLKBOOHNHHJ_ReportReasonOther = 5;
|
|
NLKBOOHNHHJ_ReportReasonHome = 6;
|
|
}
|