2020-08-13 14:40:27 +02:00
|
|
|
|
using Content.Shared.GameObjects.EntitySystems;
|
2019-09-26 22:32:32 +02:00
|
|
|
|
using JetBrains.Annotations;
|
2019-06-30 00:01:41 +02:00
|
|
|
|
|
2020-08-13 14:40:27 +02:00
|
|
|
|
namespace Content.Server.GameObjects.EntitySystems
|
2019-06-30 00:01:41 +02:00
|
|
|
|
{
|
2019-09-26 22:32:32 +02:00
|
|
|
|
[UsedImplicitly]
|
2020-03-25 11:16:57 +01:00
|
|
|
|
public sealed class CombatModeSystem : SharedCombatModeSystem
|
2019-06-30 00:01:41 +02:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|