Optimise pinpointer activation significantly (#7169)

This commit is contained in:
metalgearsloth
2022-03-20 05:27:26 +11:00
committed by GitHub
parent 8e46b8040e
commit 0318b6f9e5
8 changed files with 54 additions and 48 deletions

View File

@@ -0,0 +1,9 @@
using Robust.Shared.GameStates;
namespace Content.Shared.Nuke;
/// <summary>
/// Used for tracking the nuke disk - isn't a tag for pinpointer purposes.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed class NukeDiskComponent : Component {}