Revert "Explosion refactor TEST MERG (#6995)" (#7005)

This commit is contained in:
Leon Friedrich
2022-03-06 06:02:34 +13:00
committed by GitHub
parent cd1902cdf2
commit c95516e5b2
71 changed files with 766 additions and 3964 deletions

View File

@@ -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");
}
}