9 lines
127 B
C#
9 lines
127 B
C#
|
|
namespace Content.Shared.Mind.Components;
|
||
|
|
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed partial class IsDeadICComponent : Component
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
|