Beds, Medical Beds, Stasis Beds (#6695)
This commit is contained in:
10
Content.Shared/Bed/StasisBedVisuals.cs
Normal file
10
Content.Shared/Bed/StasisBedVisuals.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Bed
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum StasisBedVisuals : byte
|
||||
{
|
||||
IsOn,
|
||||
}
|
||||
}
|
||||
@@ -62,6 +62,8 @@ namespace Content.Shared.Buckle.Components
|
||||
public sealed class BuckleChangeEvent : EntityEventArgs
|
||||
{
|
||||
public EntityUid Strap;
|
||||
|
||||
public EntityUid BuckledEntity;
|
||||
public bool Buckling;
|
||||
}
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ namespace Content.Shared.Disease
|
||||
/// <summary>
|
||||
/// Controls how often a disease ticks.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public float TickTime = 1f;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user