Add description tooltips to traits, jobs and antagonists (#11661)

Co-authored-by: CommieFlowers <rasmus.cedergren@hotmail.com>
This commit is contained in:
rolfero
2022-10-26 13:52:21 +02:00
committed by GitHub
parent b6bc0d37c2
commit 9bbe0fec06
6 changed files with 55 additions and 1 deletions

View File

@@ -19,6 +19,12 @@ namespace Content.Shared.Traits
[DataField("name")]
public string Name { get; } = string.Empty;
/// <summary>
/// The description of this trait.
/// </summary>
[DataField("description")]
public string? Description { get; }
/// <summary>
/// The components that get added to the player, when they pick this trait.
/// </summary>