Add GDScript code generation interface
Implement the abstraction by targeting the current VM.
This commit is contained in:
@ -224,6 +224,7 @@ public:
|
||||
|
||||
private:
|
||||
friend class GDScriptCompiler;
|
||||
friend class GDScriptByteCodeGenerator;
|
||||
|
||||
StringName source;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user