added forge addon
This commit is contained in:
13
addons/forge/core/ForgeData.cs
Normal file
13
addons/forge/core/ForgeData.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright © Gamesmiths Guild.
|
||||
|
||||
using Godot;
|
||||
using Godot.Collections;
|
||||
|
||||
namespace Gamesmiths.Forge.Godot.Core;
|
||||
|
||||
[Tool]
|
||||
public partial class ForgeData : Resource
|
||||
{
|
||||
[Export]
|
||||
public Array<string> RegisteredTags { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user