Fix damagestatevisualizer (#8879)
This commit is contained in:
@@ -7,7 +7,7 @@ public sealed class DamageStateVisualsComponent : Component
|
||||
{
|
||||
public int? OriginalDrawDepth;
|
||||
|
||||
[DataField("states")] public Dictionary<DamageState, Dictionary<string, string>> States = new();
|
||||
[DataField("states")] public Dictionary<DamageState, Dictionary<DamageStateVisualLayers, string>> States = new();
|
||||
|
||||
/// <summary>
|
||||
/// Should noRot be turned off when crit / dead.
|
||||
|
||||
Reference in New Issue
Block a user