8 lines
141 B
C#
8 lines
141 B
C#
|
|
using Content.Shared.Atmos.Rotting;
|
|||
|
|
|
|||
|
|
namespace Content.Client.Atmos.Rotting;
|
|||
|
|
|
|||
|
|
public sealed class RottingSystem : SharedRottingSystem
|
|||
|
|
{
|
|||
|
|
}
|