* Remove IClientSingularityInstance * In and out 5 minute refactor * Component states for singularity distortion * Fix distortion states * Address reviews
9 lines
152 B
C#
9 lines
152 B
C#
using Content.Shared.Singularity;
|
|
|
|
namespace Content.Client.Singularity
|
|
{
|
|
public class SingularitySystem : SharedSingularitySystem
|
|
{
|
|
}
|
|
}
|