@@ -1,5 +1,6 @@
|
||||
using Content.Server.Pointing.EntitySystems;
|
||||
using Content.Shared.Pointing.Components;
|
||||
using Content.Shared.Sound;
|
||||
using Robust.Shared.Analyzers;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
@@ -25,5 +26,8 @@ namespace Content.Server.Pointing.Components
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("chasingTime")]
|
||||
public float ChasingTime = 1;
|
||||
|
||||
[DataField("explosionSound")]
|
||||
public SoundSpecifier ExplosionSound = new SoundCollectionSpecifier("explosion");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user