mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
10 lines
95 B
Protocol Buffer
10 lines
95 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
enum State {
|
|
STATE_INVALID = 0;
|
|
STATE_START = 1;
|
|
STATE_TIMEOUT = 2;
|
|
}
|