fish-station/Content.Client/Damage/GodmodeSystem.cs
metalgearsloth 94e2c7a4b0
Fix godmode mispredicts (#18524)
Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
2023-08-04 14:53:07 +10:00

8 lines
133 B
C#

using Content.Shared.Damage.Systems;
namespace Content.Client.Damage;
public sealed class GodmodeSystem : SharedGodmodeSystem
{
}