7 lines
110 B
C#
7 lines
110 B
C#
namespace Ryujinx.HLE.HOS.Tamper.Conditions
|
|
{
|
|
interface ICondition
|
|
{
|
|
bool Evaluate();
|
|
}
|
|
}
|