Godmode refactor (#14651)
This commit is contained in:
14
Content.Server/Damage/Components/GodmodeComponent.cs
Normal file
14
Content.Server/Damage/Components/GodmodeComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Content.Server.Damage.Systems;
|
||||
using Content.Shared.Damage;
|
||||
|
||||
namespace Content.Server.Damage.Components;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(GodmodeSystem))]
|
||||
public sealed class GodmodeComponent : Component
|
||||
{
|
||||
public bool WasMovedByPressure;
|
||||
public DamageSpecifier? OldDamage = null;
|
||||
}
|
||||
Reference in New Issue
Block a user