Fix a bunch of compiler warnings (#10518)
This commit is contained in:
@@ -18,7 +18,6 @@ namespace Content.Client.Kitchen.UI
|
||||
public sealed class MicrowaveBoundUserInterface : BoundUserInterface
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entityManager = default!;
|
||||
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
|
||||
|
||||
private MicrowaveMenu? _menu;
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ namespace Content.Client.Kitchen.Visualizers
|
||||
[UsedImplicitly]
|
||||
public sealed class MicrowaveVisualizer : AppearanceVisualizer
|
||||
{
|
||||
[Obsolete("Subscribe to AppearanceChangeEvent instead.")]
|
||||
public override void OnChangeData(AppearanceComponent component)
|
||||
{
|
||||
base.OnChangeData(component);
|
||||
|
||||
@@ -7,6 +7,7 @@ namespace Content.Client.Kitchen.Visualizers
|
||||
{
|
||||
public sealed class ReagentGrinderVisualizer : AppearanceVisualizer
|
||||
{
|
||||
[Obsolete("Subscribe to AppearanceChangeEvent instead.")]
|
||||
public override void OnChangeData(AppearanceComponent component)
|
||||
{
|
||||
base.OnChangeData(component);
|
||||
|
||||
Reference in New Issue
Block a user