Update PluginDefinition.cs

This commit is contained in:
Caraxi 2020-08-21 10:25:21 +09:30
parent 19605e385f
commit fdd749b89f

View file

@ -44,7 +44,7 @@ namespace Dalamud.Plugin
public string RepoUrl { get; set; }
/// <summary>
/// List of tanks defined on the plugin.
/// List of tags defined on the plugin.
/// </summary>
public List<string> Tags { get; set; }