Add Module tags feature for build config in custom plugins

This commit is contained in:
Wojciech Figat
2022-10-10 15:02:52 +02:00
parent 4d08dc77b2
commit 4c71f40bc2
3 changed files with 20 additions and 6 deletions

View File

@@ -47,6 +47,11 @@ namespace Flax.Build
/// </summary>
public bool Deploy = true;
/// <summary>
/// Custom module tags. Used by plugins and external tools.
/// </summary>
public Dictionary<string, string> Tags = new Dictionary<string, string>();
/// <summary>
/// Initializes a new instance of the <see cref="Module"/> class.
/// </summary>