mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
Full sync
This commit is contained in:
15
proto/ReportReasonType.proto
Normal file
15
proto/ReportReasonType.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
enum ReportReasonType {
|
||||
REPORT_REASON_TYPE_NONE = 0;
|
||||
REPORT_REASON_TYPE_DECEPTIVE_ADS = 1;
|
||||
REPORT_REASON_TYPE_ABUSING = 2;
|
||||
REPORT_REASON_TYPE_CHEAT = 3;
|
||||
REPORT_REASON_TYPE_POLITICAL = 4;
|
||||
REPORT_REASON_TYPE_OTHER = 5;
|
||||
REPORT_REASON_TYPE_HOME = 6;
|
||||
}
|
Reference in New Issue
Block a user