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
b0919276ad
GC-Proto
/
proto
/
Type.proto
10 lines
89 B
Protocol Buffer
Raw
Blame
History
syntax
=
"proto3"
;
enum
Type
{
TYPE_NULL
=
0
;
TYPE_ACTIVE
=
1
;
TYPE_PASSIVE
=
2
;
}
Reference in New Issue
View Git Blame
Copy Permalink