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
|
|
|
|
|
|
|
}
|
|
|
|
}
|