mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-09 16:35:42 +00:00
9 lines
156 B
C#
9 lines
156 B
C#
namespace VpSharp.Commands;
|
|
|
|
/// <summary>
|
|
/// Represents the base class for command modules.
|
|
/// </summary>
|
|
public abstract class CommandModule
|
|
{
|
|
}
|