10 lines
132 B
C#
10 lines
132 B
C#
namespace Ghost.SparseEntities.Systems;
|
|
|
|
public struct SystemState
|
|
{
|
|
public World World
|
|
{
|
|
get;
|
|
init;
|
|
}
|
|
} |