This commit is contained in:
committed by
GitHub
parent
c5f7c61041
commit
cecf87997b
@@ -9,7 +9,7 @@ namespace Content.Server.Power.Components
|
||||
/// Allows the attached entity to be destroyed by a cutting tool, dropping a piece of cable.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(CableSystem))]
|
||||
[Friend(typeof(CableSystem))]
|
||||
public sealed class CableComponent : Component
|
||||
{
|
||||
[DataField("cableDroppedOnCutPrototype", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
|
||||
Reference in New Issue
Block a user