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

13 lines
168 B
C#
Raw Permalink Normal View History

2025-07-03 08:34:35 +00:00
using Godot;
using System.Collections.Generic;
2025-08-31 06:05:39 +00:00
2025-07-03 08:34:35 +00:00
namespace Rokojori
{
[Tool]
[GlobalClass]
2025-08-31 06:05:39 +00:00
public abstract partial class FeatureModule: PresetModule
{
2025-07-03 08:34:35 +00:00
}
}