You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
C#: Abstract script class support
This commit is contained in:
@@ -150,6 +150,7 @@ public:
|
||||
|
||||
virtual bool is_tool() const = 0;
|
||||
virtual bool is_valid() const = 0;
|
||||
virtual bool is_abstract() const = 0;
|
||||
|
||||
virtual ScriptLanguage *get_language() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user