mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
12 lines
155 B
C#
12 lines
155 B
C#
using System;
|
|
|
|
namespace Cosmos.IL2CPU.Profiler.IL
|
|
{
|
|
[Cosmos.IL2CPU.OpCode(ILOp.Code.Prefix6)]
|
|
public class Prefix6: ILOpProfiler
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|