Replicated the weapon flying tick setup using resources
This commit is contained in:
@@ -8,6 +8,8 @@ namespace Gamesmiths.Forge.Godot.Core;
|
||||
[Tool]
|
||||
public partial class ForgeData : Resource
|
||||
{
|
||||
public const string ForgeDataResourcePath = "res://forge/forge_data.tres";
|
||||
|
||||
[Export]
|
||||
public Array<string> RegisteredTags { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user