mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
ScriptCore: Properly use nullable
This commit is contained in:
@@ -18,5 +18,5 @@ public sealed class ShowInEditorAttribute : Attribute
|
||||
/// The label with which the field will be shown in the editor.
|
||||
/// If not specified, the fields name will be used.
|
||||
/// </summary>
|
||||
public string DisplayName { get; set; } = null;
|
||||
public string? DisplayName { get; set; } = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user