10 lines
319 B
C#
10 lines
319 B
C#
// © SUNRISE, An EULA/CLA with a hosting restriction, full text: https://github.com/space-sunrise/space-station-14/blob/master/CLA.txt
|
|
using Content.Shared.Chemistry.EntitySystems;
|
|
|
|
namespace Content.Client.Chemistry.EntitySystems;
|
|
|
|
/// <inheritdoc/>
|
|
public sealed class VaccinatorSystem : SharedVaccinatorSystem
|
|
{
|
|
|
|
}
|