VpSharp/VpSharp.Commands/CommandModule.cs

9 lines
156 B
C#
Raw Permalink Normal View History

2022-11-27 20:43:21 +00:00
namespace VpSharp.Commands;
/// <summary>
/// Represents the base class for command modules.
/// </summary>
public abstract class CommandModule
{
}