Audible emotes (#12708)

Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
This commit is contained in:
Alex Evgrashin
2023-01-25 17:29:41 +01:00
committed by GitHub
parent 7ec896543f
commit ef452b38a9
45 changed files with 794 additions and 169 deletions

View File

@@ -12,4 +12,10 @@ namespace Content.Shared.Humanoid
Female,
Unsexed,
}
/// <summary>
/// Raised when entity has changed their sex.
/// This doesn't handle gender changes.
/// </summary>
public record struct SexChangedEvent(Sex OldSex, Sex NewSex);
}