Disease performance improvements (#7118)

This commit is contained in:
metalgearsloth
2022-03-14 13:30:34 +11:00
committed by GitHub
parent bb9ad4259c
commit 38b34ebf08
2 changed files with 33 additions and 36 deletions

View File

@@ -3,12 +3,11 @@ using JetBrains.Annotations;
namespace Content.Server.Disease
{
[UsedImplicitly]
/// <summary>
/// Makes the diseased sneeze or cough
/// or neither.
/// </summary>
[UsedImplicitly]
public sealed class DiseaseSnough : DiseaseEffect
{
/// <summary>