1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Wrap up GDScript 2.0 base implementation

This commit is contained in:
George Marques
2020-07-15 22:02:44 -03:00
parent aa09b4f85d
commit a0f54cb95e
13 changed files with 590 additions and 333 deletions

View File

@@ -121,6 +121,7 @@ public:
SIGNAL,
STATIC,
SUPER,
TRAIT,
VAR,
VOID,
YIELD,