namespace WingsEmu.Plugins.BasicImplementations.Factories; public interface IGameObjectFactory { TGameObject CreateGameObject(TDto dto); }