ninja 2 electric boogaloo (#15534)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using Content.Shared.Research.Systems;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Research.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Component for stealing technologies from a R&D server, when gloves are enabled.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(SharedResearchStealerSystem))]
|
||||
public sealed partial class ResearchStealerComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Time taken to steal research from a server
|
||||
/// </summary>
|
||||
[DataField("delay"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public TimeSpan Delay = TimeSpan.FromSeconds(20);
|
||||
}
|
||||
Reference in New Issue
Block a user