Update LauncherHWIDInterface.java

This commit is contained in:
Zaxar163 2018-11-28 21:05:20 +03:00 committed by GitHub
parent 637867dbc8
commit fc1151cedd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
package ru.gravit.launcher;
@FunctionalInterface
public interface LauncherHWIDInterface {
HWID getHWID();
}