Use AttackAttempt for pax (#11844)

This commit is contained in:
metalgearsloth
2022-10-16 07:19:40 +11:00
committed by GitHub
parent 56a8dac3fc
commit 1ce609b865
2 changed files with 14 additions and 3 deletions

View File

@@ -5,5 +5,7 @@ namespace Content.Shared.CombatMode.Pacification
/// </summary>
[RegisterComponent]
public sealed class PacifiedComponent : Component
{}
{
}
}