mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-20 06:58:55 +03:00
5 lines
130 B
C#
5 lines
130 B
C#
namespace Content.Shared.Psionics;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class PsionicallyInvisibleComponent : Component { }
|