Cosmos/source/Cosmos.VS.Windows/ConsoleConsts.cs
Matthijs ter Woord 14856e4afc muxing works now.
2014-12-31 12:36:51 +01:00

16 lines
314 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cosmos.VS.Windows
{
public static class ConsoleConsts
{
public static readonly byte Channel = 129;
public static readonly byte Command_WriteText = 0;
}
}