7 lines
178 B
C#
7 lines
178 B
C#
namespace Age.Engine.Hosting;
|
|
|
|
public interface IHost : IDiagnosticHost, ILifecycleHost, IAudioHost, IMovieHost, IGraphicsHost, IInputHost,
|
|
IAdvHost
|
|
{
|
|
}
|