[FIX] Compile fix

This commit is contained in:
Gravit 2020-05-05 10:56:00 +07:00
parent 8d1c7621cf
commit b9d29008ff
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -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);
}