mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* 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
|
|
{
|
|
}
|
|
}
|