mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-09 17:19:47 +03:00
[FIX] Compile fix
This commit is contained in:
parent
8d1c7621cf
commit
b9d29008ff
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
package pro.gravit.launchserver.auth.protect.interfaces;
|
||||||
|
|
||||||
|
import pro.gravit.launchserver.socket.Client;
|
||||||
|
import pro.gravit.launchserver.socket.response.secure.HardwareReportResponse;
|
||||||
|
|
||||||
|
public interface HardwareProtectHandler {
|
||||||
|
void onHardwareReport(HardwareReportResponse response, Client client);
|
||||||
|
}
|
Loading…
Reference in a new issue