Add project files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace TheXamlGuy.Framework.Camera;
|
||||
|
||||
public class RemoteCameraConfiguration : IRemoteCameraConfiguration
|
||||
{
|
||||
[NotNull]
|
||||
public string? Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user