Refactor AME to use ItemSlot for Fuel (#25558)

* Using wrench on AME doesn't first try to put it in.

* Refactor AME to use ItemSlot for fuel.

* Apparently these names want to match.
This commit is contained in:
LordCarve
2024-02-29 22:44:28 +01:00
committed by GitHub
parent 7aa0bade6c
commit c47391011d
14 changed files with 109 additions and 109 deletions

View File

@@ -1,6 +1,5 @@
using Content.Shared.Ame;
using Content.Shared.Ame.Components;
using JetBrains.Annotations;
using Robust.Client.GameObjects;
namespace Content.Client.Ame.UI
{