.
This commit is contained in:
parent
af296638fd
commit
07fa0efab7
5 changed files with 107 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue