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:
9
proto/PathStatusType.proto
Normal file
9
proto/PathStatusType.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
|
||||
enum PathStatusType {
|
||||
PATH_STATUS_TYPE_FAIL = 0;
|
||||
PATH_STATUS_TYPE_SUCC = 1;
|
||||
PATH_STATUS_TYPE_PARTIAL = 2;
|
||||
}
|
Reference in New Issue
Block a user