Remove string appearance keys (#10114)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Client.Damage
|
||||
[RegisterComponent]
|
||||
public sealed class DamageVisualizerDataComponent : Component
|
||||
{
|
||||
public List<object> TargetLayerMapKeys = new();
|
||||
public List<Enum> TargetLayerMapKeys = new();
|
||||
public bool Disabled = false;
|
||||
public bool Valid = true;
|
||||
public FixedPoint2 LastDamageThreshold = FixedPoint2.Zero;
|
||||
|
||||
Reference in New Issue
Block a user