mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Compilation fix
This commit is contained in:
parent
602a4b17f8
commit
442ff9b752
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
package pro.gravit.launchserver.auth.core.interfaces.provider;
|
|
||||||
|
|
||||||
import pro.gravit.launchserver.auth.Feature;
|
|
||||||
import pro.gravit.launchserver.auth.core.User;
|
|
||||||
import pro.gravit.launchserver.auth.core.interfaces.user.UserSupportMoney;
|
|
||||||
|
|
||||||
@Feature("money")
|
|
||||||
public interface AuthSupportMoney extends AuthSupport {
|
|
||||||
default UserSupportMoney fetchUserMoney(User user) {
|
|
||||||
return (UserSupportMoney) user;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue