13 lines
319 B
C#
13 lines
319 B
C#
using Content.Shared.Chemistry.Solution.Components;
|
|
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Client.Chemistry.Components
|
|
{
|
|
[RegisterComponent]
|
|
[ComponentReference(typeof(SharedSolutionContainerComponent))]
|
|
public class SolutionContainerComponent : SharedSolutionContainerComponent
|
|
{
|
|
|
|
}
|
|
}
|