Unrevivable trait (#24226)
* unrevivable trait + remove unclonable remnants * cleanup * change to hascomp
This commit is contained in:
10
Content.Server/Traits/Assorted/UnrevivableComponent.cs
Normal file
10
Content.Server/Traits/Assorted/UnrevivableComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.Traits.Assorted;
|
||||
|
||||
/// <summary>
|
||||
/// This is used for the urevivable trait.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class UnrevivableComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user