mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
Hello 3.4 testing
This commit is contained in:
13
proto/ReportReasonType.proto
Normal file
13
proto/ReportReasonType.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
|
||||
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