Remove BodyDamageChangeParams and IBodyHealthChangeParams (#5219)
This commit is contained in:
committed by
GitHub
parent
ec9e65951c
commit
4236551d86
@@ -1,22 +0,0 @@
|
|||||||
using Content.Shared.Body.Part;
|
|
||||||
using Content.Shared.Damage;
|
|
||||||
|
|
||||||
namespace Content.Server.Body
|
|
||||||
{
|
|
||||||
// TODO BODY: Remove and pretend it never existed
|
|
||||||
public interface IBodyHealthChangeParams
|
|
||||||
{
|
|
||||||
BodyPartType Part { get; }
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO BODY: Remove and pretend it never existed
|
|
||||||
public class BodyDamageChangeParams : IBodyHealthChangeParams
|
|
||||||
{
|
|
||||||
public BodyDamageChangeParams(BodyPartType part)
|
|
||||||
{
|
|
||||||
Part = part;
|
|
||||||
}
|
|
||||||
|
|
||||||
public BodyPartType Part { get; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user