Move rotting stages and examine to shared (#24183)

This commit is contained in:
DrSmugleaf
2024-01-17 01:49:21 -08:00
committed by GitHub
parent 1f0cdf5af8
commit 8902701271
5 changed files with 81 additions and 46 deletions

View File

@@ -0,0 +1,7 @@
using Content.Shared.Atmos.Rotting;
namespace Content.Client.Atmos.Rotting;
public sealed class RottingSystem : SharedRottingSystem
{
}