6
StarHorizon_Public/Content.Server/_Horizon/Cytology/CytologyPetriDishSystem.cs
2026-01-24 12:49:55 +03:00

8 lines
174 B
C#

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