2021-06-24 04:48:11 +02:00
|
|
|
|
using Content.Shared.Singularity.Components;
|
2021-03-09 04:33:41 -06:00
|
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
|
namespace Content.Client.Singularity.Components
|
2021-03-09 04:33:41 -06:00
|
|
|
|
{
|
|
|
|
|
|
[RegisterComponent]
|
2021-06-24 04:48:11 +02:00
|
|
|
|
[ComponentReference(typeof(SharedSingularityComponent))]
|
|
|
|
|
|
public class ClientSingularityComponent : SharedSingularityComponent
|
2021-03-09 04:33:41 -06:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|