6
StarHorizon_Public/Content.Server/_Horizon/Cytology/CytologyPetriDishSystem.cs
2025-12-13 13:46:17 +03:00

8 lines
174 B
C#

using Content.Shared._Horizon.Cytology.Systems;
namespace Content.Server._Horizon.Cytology;
public sealed class CytologyPetriDishSystem : SharedCytologyPetriDishSystem
{
}