12 lines
262 B
C#
12 lines
262 B
C#
|
|
using Robust.Shared.GameStates;
|
||
|
|
|
||
|
|
namespace Content.Shared._CP14.MagicVision;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Allows to see magic vision trace entities
|
||
|
|
/// </summary>
|
||
|
|
[RegisterComponent, NetworkedComponent]
|
||
|
|
public sealed partial class CP14MagicVisionComponent : Component
|
||
|
|
{
|
||
|
|
}
|