Property Closable
Closable
Gets or sets whether this window can be closed.
You must provide a way to close the window if you set this to false.
[JsonProperty("closable")]
public NuiProperty<bool> Closable { get; set; }
Gets or sets whether this window can be closed.
You must provide a way to close the window if you set this to false.
[JsonProperty("closable")]
public NuiProperty<bool> Closable { get; set; }