Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ISupportsGameGenie.cs « Apps - github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd8b59b8b025ab15fbc914696a3e365f512f3b35 (plain)
1
2
3
4
5
6
7
namespace com.clusterrr.hakchi_gui
{
    interface ISupportsGameGenie
    {
        void ApplyGameGenie();
    }
}