This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2026-01-03 18:11:19 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
83673ed3db3f383c598939274740b172f5e83f43
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
8 lines
44 B
GDScript
Raw
Blame
History
enum
{
V1
,
V2
=
V1
,
}
func
test
(
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink