mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
10 lines
89 B
Protocol Buffer
10 lines
89 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
enum Type {
|
|
TYPE_NULL = 0;
|
|
TYPE_ACTIVE = 1;
|
|
TYPE_PASSIVE = 2;
|
|
}
|