Added SystemBase

This commit is contained in:
2025-12-16 15:05:42 +09:00
parent 7613b5087e
commit 756727dc06
8 changed files with 203 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ using System.Runtime.CompilerServices;
namespace Ghost.Entities;
public interface IComponent : IIdentifierType
public interface IComponent
{
}