Delete more body code (#15259)
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Body.Components
|
||||
{
|
||||
public abstract class SharedBodyScannerComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum BodyScannerUiKey
|
||||
{
|
||||
Key
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class BodyScannerUIState : BoundUserInterfaceState
|
||||
{
|
||||
public readonly EntityUid Uid;
|
||||
|
||||
public BodyScannerUIState(EntityUid uid)
|
||||
{
|
||||
Uid = uid;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user