]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Remove IContainer and move functions to the container system. (#19834)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sun, 10 Sep 2023 02:16:37 +0000 (14:16 +1200)
committerGitHub <noreply@github.com>
Sun, 10 Sep 2023 02:16:37 +0000 (12:16 +1000)
commitb45e53603db3a8169f5a80fac3f0f009d9cc4972
treec4470d4053b616947095a43cacd3497eb991682c
parent2d71eec6f9b7eca098c0f119f07a3a9bf3392ed5
Remove IContainer and move functions to the container system. (#19834)
19 files changed:
Content.Client/Actions/ActionsSystem.cs
Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs
Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs
Content.Server/Disposal/Unit/EntitySystems/DisposableSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/Explosion/EntitySystems/TriggerSystem.cs
Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs
Content.Server/Singularity/Events/EntityConsumedByEventHorizonEvent.cs
Content.Server/Singularity/Events/EventHorizonConsumedEntityEvent.cs
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/Body/Systems/SharedBodySystem.Organs.cs
Content.Shared/Body/Systems/SharedBodySystem.Parts.cs
Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs
Content.Shared/Implants/SharedImplanterSystem.cs
Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs
Content.Shared/Inventory/InventorySystem.Equip.cs
Content.Shared/Silicons/Borgs/Components/BorgChassisComponent.cs