mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
7 lines
No EOL
111 B
C#
7 lines
No EOL
111 B
C#
namespace ChocolArm64.Decoder
|
|
{
|
|
interface IAOpCodeCond : IAOpCode
|
|
{
|
|
ACond Cond { get; }
|
|
}
|
|
} |