6
StarHorizon_Public/Content.Server/_Horizon/Cytology/CytologyPetriDishSystem.cs
2025-12-27 15:27:38 +03:00

8 lines
174 B
C#

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