mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
Update PaymentData.java
This commit is contained in:
parent
9e10972a2f
commit
3d2c6357d3
@ -8,8 +8,8 @@ import com.gamingmesh.jobs.container.CurrencyType;
|
||||
public class PaymentData {
|
||||
|
||||
Long lastAnnouced = 0L;
|
||||
HashMap<CurrencyType, Double> payments = new HashMap<CurrencyType, Double>();
|
||||
HashMap<CurrencyType, Long> paymentsTimes = new HashMap<CurrencyType, Long>();
|
||||
HashMap<CurrencyType, Double> payments = new HashMap<>();
|
||||
HashMap<CurrencyType, Long> paymentsTimes = new HashMap<>();
|
||||
private boolean Informed = false;
|
||||
private boolean Reseted = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user