CommandInfo must be public to allow registering commands

This commit is contained in:
goat 2024-06-28 23:21:14 +02:00
parent a900b704c2
commit 29f951c309
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ namespace Dalamud.Game.Command;
/// <summary>
/// This class describes a registered command.
/// </summary>
internal sealed class CommandInfo : ICommandInfo
public sealed class CommandInfo : ICommandInfo
{
/// <summary>
/// Initializes a new instance of the <see cref="CommandInfo"/> class.