Added tooltips to ContentPackages

This commit is contained in:
penev92
2023-02-22 12:57:37 +02:00
committed by Matthias Mailänder
parent 9cb2d19654
commit d61178de41
5 changed files with 54 additions and 8 deletions

View File

@@ -58,6 +58,8 @@ namespace OpenRA
[FieldLoader.Ignore]
public readonly List<MiniYamlNode> Install;
public readonly string TooltipText;
public ModSource(MiniYaml yaml, ObjectCreator objectCreator)
{
ObjectCreator = objectCreator;