* disease * eula * disease 2 * why * fix * фикс рси и локализаций * update * Revert "update" This reverts commit ac33a3a1124175a87b82a72ed49f228e8c6c8aa6. * фикс работоспособности, опять * никакого лигуба, только санрайз * санрайзотизация прототипов, спавн болезни * ещё всякая хрень * фуу статистика в конце раунда --------- Co-authored-by: Vigers Ray <60344369+VigersRay@users.noreply.github.com>
12 lines
460 B
C#
12 lines
460 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.StatusIcon;
|
|
using Robust.Shared.GameStates;
|
|
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
|
|
|
namespace Content.Server._Sunrise.Disease;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class MinimumBleedComponent : Component
|
|
{
|
|
[DataField] public float MinValue = 1f;
|
|
}
|