7 lines
114 B
C#
7 lines
114 B
C#
|
namespace ARMeilleure.Decoders
|
||
|
{
|
||
|
interface IOpCodeCond : IOpCode
|
||
|
{
|
||
|
Condition Cond { get; }
|
||
|
}
|
||
|
}
|