Auto comp (#6416)
This commit is contained in:
@@ -5,6 +5,5 @@ namespace Content.Server.Traitor.Uplink.Telecrystal
|
||||
[RegisterComponent]
|
||||
public class TelecrystalComponent : Component
|
||||
{
|
||||
public override string Name => "Telecrystal";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,8 +10,6 @@ namespace Content.Server.Traitor.Uplink.Components
|
||||
[RegisterComponent]
|
||||
public class UplinkComponent : Component
|
||||
{
|
||||
public override string Name => "Uplink";
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("buySuccessSound")]
|
||||
public SoundSpecifier BuySuccessSound = new SoundPathSpecifier("/Audio/Effects/kaching.ogg");
|
||||
|
||||
Reference in New Issue
Block a user