This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
godot
Watch
2
Star
0
Fork
You've already forked godot
0
mirror of
https://github.com/godotengine/godot.git
synced
2025-10-22 01:13:39 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d534c67d91
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
enum_unnamed_depend.gd
ocean (they/them)
4854e723be
Fix unnammed enum crash regression
2023-01-18 09:35:48 -05:00
7 lines
44 B
GDScript
Raw
Blame
History
enum
{
V1
,
V2
=
V1
,
}
func
test
(
)
:
pass
Reference in a new issue
View git blame
Copy permalink