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

@@ -23,6 +23,9 @@ public sealed class ActiveZombieComponent : Component
[ViewVariables(VVAccess.ReadWrite)]
public float RandomGroanAttempt = 5;
[ViewVariables(VVAccess.ReadWrite)]
public string GroanEmoteId = "Scream";
[ViewVariables(VVAccess.ReadWrite)]
public float LastDamageGroanCooldown = 0f;