handle depricated properties for "IsIconVisibleInChat" and "IsIconVisibleInNameplate"
This commit is contained in:
@@ -107,6 +107,18 @@ namespace PlayerTags.Data
|
||||
|
||||
public InheritableValue<Guid> CustomId = new InheritableValue<Guid>(Guid.Empty);
|
||||
|
||||
[JsonProperty, Obsolete]
|
||||
private InheritableValue<bool> IsIconVisibleInChat
|
||||
{
|
||||
set => IsRoleIconVisibleInChat = value;
|
||||
}
|
||||
|
||||
[JsonProperty, Obsolete]
|
||||
private InheritableValue<bool> IsIconVisibleInNameplate
|
||||
{
|
||||
set => IsRoleIconVisibleInNameplates = value;
|
||||
}
|
||||
|
||||
[InheritableCategory("IconCategory")]
|
||||
public InheritableValue<BitmapFontIcon> Icon = new InheritableValue<BitmapFontIcon>(BitmapFontIcon.Aethernet);
|
||||
[InheritableCategory("IconCategory")]
|
||||
|
||||
Reference in New Issue
Block a user