This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
75f16b8167
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
enum_unnamed_depend.gd
8 lines
44 B
GDScript
Raw
Blame
History
enum
{
V1
,
V2
=
V1
,
}
func
test
(
)
:
pass
View Git Blame
Copy Permalink