mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
17 lines
No EOL
436 B
C#
17 lines
No EOL
436 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Cosmos.IL2CPU.Plugs;
|
|
|
|
namespace Cosmos.IL2CPU.CustomImplementation
|
|
{
|
|
//[Plug(Target=typeof(Assembler))]
|
|
//public static class AssemblerImpl
|
|
//{
|
|
// [PlugMethod(Signature = "System_Void__Indy_IL2CPU_Assembler_Assembler__cctor__")]
|
|
// public static void CCtor() {
|
|
// //
|
|
// }
|
|
//}
|
|
} |