Cosmos/source2/Kernel/System/Cosmos.System.Plugs.System/Console.cs
kudzu_cp e713df24fe
2010-08-15 01:20:17 +00:00

11 lines
246 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.IL2CPU.Plugs;
namespace Cosmos.System.Plugs.System {
[Plug(Target = typeof(System.Console))]
public class Console {
}
}