source generator

This commit is contained in:
h z
2024-07-10 07:02:11 +01:00
parent e1a74ad614
commit 5c6e3031d5
35 changed files with 169 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
namespace Nocturnis.Enigmos.Modules;
public interface ICompositeModule
public interface ICompositeModule : IBaseModule
{
IBaseModule[] SubModules { get; }
}