mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-01 21:06:25 +02:00
7 lines
No EOL
131 B
C#
7 lines
No EOL
131 B
C#
namespace ChocolArm64.Translation
|
|
{
|
|
struct AILBarrier : IAILEmit
|
|
{
|
|
public void Emit(AILEmitter Context) { }
|
|
}
|
|
} |