2021-01-10 02:41:55 -06:00
|
|
|
#nullable enable
|
2020-10-10 15:25:13 +02:00
|
|
|
using Content.Shared.GameObjects.Components.Chemistry;
|
|
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.GameObjects.Components.Chemistry
|
|
|
|
|
{
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
[ComponentReference(typeof(SharedSolutionContainerComponent))]
|
|
|
|
|
public class SolutionContainerComponent : SharedSolutionContainerComponent
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|