mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-23 17:09:17 +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>
|
/// <summary>
|
||||||
/// Gets or sets the namespace of the window.
|
/// Gets or sets the namespace of the window.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Namespace { get; set; }
|
public string? Namespace { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the name of the window.
|
/// Gets or sets the name of the window.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue