Skip to content

Commit

Permalink
epic tts failure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KashRas committed Sep 7, 2024
1 parent df56925 commit 4dc956d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/Corvax/TTS/TTSVoicePrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ public sealed class TTSVoicePrototype : IPrototype
[DataField("name")]
public string Name { get; } = string.Empty;

[DataField("description")]
public string Description { get; } = string.Empty;

[DataField("sex", required: true)]
public Sex Sex { get; } = default!;

Expand Down

0 comments on commit 4dc956d

Please sign in to comment.