Rollerbeds (#5681)

This commit is contained in:
metalgearsloth
2021-12-29 15:57:20 +11:00
committed by GitHub
parent 0bab6ecb71
commit e5e144d99c
40 changed files with 627 additions and 53 deletions

View File

@@ -57,11 +57,13 @@ namespace Content.Shared.Buckle.Components
}
[Serializable, NetSerializable]
public enum StrapVisuals
public enum StrapVisuals : byte
{
RotationAngle
RotationAngle,
BuckledState
}
// TODO : Convert this to an Entity Message. Careful, it will Break ShuttleControllerComponent (only place where it's used)
[Serializable, NetSerializable]
#pragma warning disable 618
public abstract class StrapChangeMessage : ComponentMessage