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
7f4f007dcf
GC-Proto
/
proto
/
WidgetSlotOp.proto
9 lines
100 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
Hello word
2022-11-06 15:30:21 +03:00
syntax
=
"proto3"
;
Hello 3.4 testing
2023-01-28 17:00:48 +03:00
Hello word
2022-11-06 15:30:21 +03:00
enum
WidgetSlotOp
{
Hello 3.4 testing
2023-01-28 17:00:48 +03:00
WIDGET_SLOT_OP_ATTACH
=
0
;
WIDGET_SLOT_OP_DETACH
=
1
;
Hello word
2022-11-06 15:30:21 +03:00
}