Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace TheXamlGuy.Framework.Camera;
|
||||
|
||||
public interface ICameraBuilderConfiguration
|
||||
{
|
||||
Func<IServiceProvider, ICameraContext> Factory { get; }
|
||||
}
|
||||
|
||||
public interface ICameraBuilderConfiguration<TConfiguration> : ICameraBuilderConfiguration where TConfiguration : INamedCameraConfiguration, new()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user