0
0
mirror of https://git.743378673.xyz/MeloNX/MeloNX.git synced 2025-05-15 09:15:18 +00:00
2018-02-04 20:08:20 -03:00

7 lines
111 B
C#

namespace ChocolArm64.Translation
{
interface IAILEmit
{
void Emit(AILEmitter Context);
}
}