Fix godmode mispredicts (#18524)

Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
This commit is contained in:
metalgearsloth
2023-08-04 14:53:07 +10:00
committed by GitHub
parent a695b15e17
commit 94e2c7a4b0
8 changed files with 138 additions and 104 deletions

View File

@@ -0,0 +1,8 @@
using Content.Shared.Damage.Systems;
namespace Content.Client.Damage;
public sealed class GodmodeSystem : SharedGodmodeSystem
{
}