Files
OldThink/Content.Client/Chemistry/Containers/EntitySystems/SolutionContainerSystem.cs

8 lines
197 B
C#
Raw Normal View History

using Content.Shared.Chemistry.EntitySystems;
namespace Content.Client.Chemistry.Containers.EntitySystems;
public sealed partial class SolutionContainerSystem : SharedSolutionContainerSystem
{
}