You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Adds enums to GDScript
Fixes #2966
(cherry picked from commit 4ee82a2c38)
This commit is contained in:
committed by
Fabio Alessandrelli
parent
f71da5c8c5
commit
ed80f4563a
@@ -101,6 +101,7 @@ public:
|
||||
TK_PR_SETGET,
|
||||
TK_PR_CONST,
|
||||
TK_PR_VAR,
|
||||
TK_PR_ENUM,
|
||||
TK_PR_PRELOAD,
|
||||
TK_PR_ASSERT,
|
||||
TK_PR_YIELD,
|
||||
|
||||
Reference in New Issue
Block a user