Remove string appearance keys (#10114)

This commit is contained in:
Leon Friedrich
2022-08-08 13:44:16 +12:00
committed by GitHub
parent 1783dd82e7
commit 193b9f467d
14 changed files with 56 additions and 54 deletions

View File

@@ -96,6 +96,7 @@ namespace Content.Shared.Buckle.Components
public enum StrapVisuals : byte
{
RotationAngle,
BuckledState
BuckledState,
State
}
}