Port miasma from nyano (#8926)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
9
Content.Server/Atmos/Miasma/RottingComponent.cs
Normal file
9
Content.Server/Atmos/Miasma/RottingComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Content.Server.Atmos.Miasma
|
||||
{
|
||||
[RegisterComponent]
|
||||
/// <summary>
|
||||
/// Tracking component for stuff that has started to rot.
|
||||
/// </summary>
|
||||
public sealed class RottingComponent : Component
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user