Fix godmode mispredicts (#18524)
Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
This commit is contained in:
8
Content.Client/Damage/GodmodeSystem.cs
Normal file
8
Content.Client/Damage/GodmodeSystem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.Damage.Systems;
|
||||
|
||||
namespace Content.Client.Damage;
|
||||
|
||||
public sealed class GodmodeSystem : SharedGodmodeSystem
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user