mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
9 lines
236 B
C#
9 lines
236 B
C#
namespace Cosmos.VS.DebugEngine
|
|
{
|
|
public static class CmdIDList
|
|
{
|
|
public const int DebugLaunchCmdID = 0x0100;
|
|
public const int DebugExecCmdID = 0x0101;
|
|
public const int DebugLogCmdID = 0x0102;
|
|
}
|
|
}
|