Pacification status effect and Pax (#10796)

This commit is contained in:
Rane
2022-09-05 22:52:58 -04:00
committed by GitHub
parent 263912f08c
commit a29e86a896
8 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace Content.Shared.CombatMode.Pacification
{
/// <summary>
/// Status effect that disables combat mode.
/// </summary>
[RegisterComponent]
public sealed class PacifiedComponent : Component
{}
}