Add RGB staff (#13125)

This commit is contained in:
Leon Friedrich
2023-01-02 13:01:40 +13:00
committed by GitHub
parent f980c44aca
commit b33d1f003b
15 changed files with 274 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ public abstract class ActionType : IEquatable<ActionType>, IComparable, ICloneab
/// <summary>
/// Name to show in UI.
/// </summary>
[DataField("name", required: true)]
[DataField("name")]
public string DisplayName = string.Empty;
/// <summary>