forked from Misaki/GhostEngine
10 lines
126 B
C#
10 lines
126 B
C#
namespace Ghost.Entities.Systems;
|
|
|
|
public struct SystemState
|
|
{
|
|
public World World
|
|
{
|
|
get;
|
|
init;
|
|
}
|
|
} |