Namespace nullable

This commit is contained in:
goat 2021-09-02 00:54:43 +02:00
parent 99f5ac81f0
commit ff7b8fc1de
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -34,7 +34,7 @@ namespace Dalamud.Interface.Windowing
/// <summary>
/// Gets or sets the namespace of the window.
/// </summary>
public string Namespace { get; set; }
public string? Namespace { get; set; }
/// <summary>
/// Gets or sets the name of the window.