This commit is contained in:
kento2 2026-02-14 14:04:36 +01:00
parent af296638fd
commit 07fa0efab7
5 changed files with 107 additions and 12 deletions

View file

@ -11,9 +11,8 @@ public interface EconomyService {
/**
* @param playerId uuid of player
* @return new coins balance
*/
Mono<@NotNull Integer> depositCoins(UUID playerId, int amount);
Mono<@NotNull Void> depositCoins(UUID playerId, int amount);
/**
* @param playerId uuid of player