mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 06:47:44 +01:00
CommandInfo must be public to allow registering commands
This commit is contained in:
parent
a900b704c2
commit
29f951c309
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue