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

@@ -153,7 +153,7 @@ internal unsafe struct Chunk : IDisposable
}
}
internal unsafe struct Archetype : IIdentifierType, IDisposable
internal unsafe struct Archetype : IDisposable
{
internal struct ComponentMemoryLayout
{