using GameCore.TinyECS; namespace ECSTest.Server { public struct WorldManager { public EntityDatabase bulletDatabase; } }