mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix cyclic references in GDScript 2.0
This commit is contained in:
parent
e8f9cd8ac5
commit
5704055d30
20 changed files with 626 additions and 113 deletions
|
@ -430,6 +430,7 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
friend class GDScript;
|
||||
friend class GDScriptCompiler;
|
||||
friend class GDScriptByteCodeGenerator;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue