This website requires JavaScript.
Explore
Help
Sign In
Grasscutter
/
GC-Proto
mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
Watch
1
Star
0
Fork
You've already forked GC-Proto
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
846d5f9c79
GC-Proto
/
proto
/
State.proto
10 lines
95 B
Protocol Buffer
Raw
Blame
History
syntax
=
"proto3"
;
enum
State
{
STATE_INVALID
=
0
;
STATE_START
=
1
;
STATE_TIMEOUT
=
2
;
}
Reference in New Issue
View Git Blame
Copy Permalink