mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
11 lines
205 B
C#
11 lines
205 B
C#
using Content.Shared.CombatMode;
|
|
using JetBrains.Annotations;
|
|
|
|
namespace Content.Server.CombatMode
|
|
{
|
|
[UsedImplicitly]
|
|
public sealed class CombatModeSystem : SharedCombatModeSystem
|
|
{
|
|
}
|
|
}
|