1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-09 22:55:42 +00:00
VpSharp/VpSharp.Commands/CommandModule.cs

9 lines
156 B
C#
Raw 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
{
}