Miasma improvements (#9022)
This commit is contained in:
11
Content.Server/Atmos/Miasma/FliesComponent.cs
Normal file
11
Content.Server/Atmos/Miasma/FliesComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.Atmos.Miasma;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Server.Atmos.Miasma;
|
||||
|
||||
[NetworkedComponent, RegisterComponent]
|
||||
public sealed class FliesComponent : SharedFliesComponent
|
||||
{
|
||||
/// Need something to hold the ambient sound, at least until that system becomes more robust
|
||||
public EntityUid VirtFlies;
|
||||
}
|
||||
Reference in New Issue
Block a user