mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Namespace nullable
This commit is contained in:
parent
99f5ac81f0
commit
ff7b8fc1de
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue