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

@@ -1,6 +1,6 @@
namespace Ghost.Entities;
public readonly struct Time
public readonly struct TimeData
{
public int FrameCount
{