mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-15 05:36:04 +00:00
11 lines
214 B
C#
11 lines
214 B
C#
namespace MPF.ExecutionContexts.Dreamdump
|
|
{
|
|
/// <summary>
|
|
/// Top-level commands for Dreamdump
|
|
/// </summary>
|
|
public static class CommandStrings
|
|
{
|
|
public const string NONE = "";
|
|
}
|
|
}
|