mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-16 10:17:17 +00:00
8 lines
44 B
GDScript
8 lines
44 B
GDScript
enum {
|
|
V1,
|
|
V2 = V1,
|
|
}
|
|
|
|
func test():
|
|
pass
|