mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-09-15 14:52:26 +02:00
6 lines
135 B
C#
6 lines
135 B
C#
using Content.Shared.CombatMode;
|
|
|
|
namespace Content.Server.CombatMode;
|
|
|
|
public sealed class CombatModeSystem : SharedCombatModeSystem;
|