6 lines
123 B
C#
6 lines
123 B
C#
namespace MycroForge.TestPlugin;
|
|
|
|
public static class Constants
|
|
{
|
|
public const string MainCommandName = "mj";
|
|
} |