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
2025-11-05 12:10:55 +00:00
Code
Releases
Wiki
Activity
Files
2beec2b00fc7bf40b66107d52a4a43a06819fd80
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
View Git Blame
Copy Permalink