Cosmos/source2/Debugger/Cosmos.Debugger.Common/Consts.cs
kudzu_cp fba4cb902e
2009-05-27 19:22:17 +00:00

10 lines
252 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Debugger.Common {
public class Consts {
public const string EngineGUID = "{DFE8F1F6-691C-4c08-8FFA-54551AD8FEAF}";
}
}