1
0
mirror of https://github.com/Ryubing/Ryujinx.git synced 2025-03-12 18:14:25 +00:00

8 lines
109 B
C#
Raw Normal View History

namespace Ryujinx.HLE.HOS.Tamper.Operations
{
interface IOperation
{
void Execute();
}
}