9 lines
152 B
C#
9 lines
152 B
C#
|
|
using Content.Shared.Singularity;
|
|||
|
|
|
|||
|
|
namespace Content.Client.Singularity
|
|||
|
|
{
|
|||
|
|
public class SingularitySystem : SharedSingularitySystem
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|