some few fixes that don't fix anything
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Gamesmiths.Forge.Godot.Nodes;
|
||||
public partial class ForgeEntity : Node, IForgeEntity
|
||||
{
|
||||
[Export]
|
||||
public ForgeTagContainer BaseTags { get; set; } = new();
|
||||
public ForgeTagContainer BaseTags { get; set; }
|
||||
|
||||
[Export]
|
||||
public ForgeSharedVariableSet? SharedVariableDefinitions { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user