Fix a bunch of compiler warnings (#10518)
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Content.Client.Buckle
|
||||
[UsedImplicitly]
|
||||
public sealed class BuckleVisualizer : AppearanceVisualizer
|
||||
{
|
||||
[Obsolete("Subscribe to AppearanceChangeEvent instead.")]
|
||||
public override void OnChangeData(AppearanceComponent component)
|
||||
{
|
||||
if (!component.TryGetData<bool>(BuckleVisuals.Buckled, out var buckled) ||
|
||||
|
||||
Reference in New Issue
Block a user