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

ICloverAutofill.cs « Apps - github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50fb88c8fda99af6b9effdacfb1b58a33ad1b86e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;

namespace com.clusterrr.hakchi_gui
{
    interface ICloverAutofill
    {
        bool TryAutofill(uint crc32);
    }
}