mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 08:37:48 +03:00
9 lines
194 B
C#
9 lines
194 B
C#
using Content.Shared.GameObjects.Components.Damage;
|
|
|
|
namespace Content.Shared.GameObjects.Components.Body
|
|
{
|
|
public interface ISharedBodyManagerComponent : IDamageableComponent
|
|
{
|
|
}
|
|
}
|