This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/tiennm99/godot.git
synced
2026-06-18 13:40:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
enum_unnamed_depend.gd
T
Add File
New File
Upload File
Apply Patch
ocean (they/them)
4854e723be
Fix unnammed enum crash regression
2023-01-18 09:35:48 -05:00
8 lines
44 B
GDScript
Raw
Permalink
Blame
History
enum
{
V1
,
V2
=
V1
,
}
func
test
(
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink