You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Add a keyword for abstract classes in GDScript
Co-authored-by: Danil Alexeev <danil@alexeev.xyz>
This commit is contained in:
@@ -105,6 +105,7 @@ public:
|
||||
MATCH,
|
||||
WHEN,
|
||||
// Keywords
|
||||
ABSTRACT,
|
||||
AS,
|
||||
ASSERT,
|
||||
AWAIT,
|
||||
|
||||
Reference in New Issue
Block a user