mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
testing
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
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