Beds, Medical Beds, Stasis Beds (#6695)

This commit is contained in:
Rane
2022-04-15 18:53:52 -04:00
committed by GitHub
parent 3383350c03
commit 5376aed6ea
36 changed files with 534 additions and 31 deletions

View File

@@ -62,6 +62,8 @@ namespace Content.Shared.Buckle.Components
public sealed class BuckleChangeEvent : EntityEventArgs
{
public EntityUid Strap;
public EntityUid BuckledEntity;
public bool Buckling;
}