Fixed ScriptClass leaking

This commit is contained in:
Simon Lübeß
2023-03-30 15:13:21 +02:00
parent 4fd9a924a0
commit ef5e4ba64f
7 changed files with 66 additions and 26 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ using GlitchyEngine.Core;
namespace GlitchyEngine.Scripting;
class ScriptClass
class ScriptClass : RefCounter
{
private String _namespace ~ delete _;
private String _className ~ delete _;