rj-action-library/Runtime/Presets/Features/FeatureModule.cs

13 lines
168 B
C#

using Godot;
using System.Collections.Generic;
namespace Rokojori
{
[Tool]
[GlobalClass]
public abstract partial class FeatureModule: PresetModule
{
}
}