mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-26 19:44:27 +00:00
Add transaction freezing
This commit is contained in:
@ -2,6 +2,8 @@ package me.totalfreedom.economy;
|
||||
|
||||
public interface EconomicEntityData
|
||||
{
|
||||
boolean areTransactionsFrozen();
|
||||
|
||||
long getBalance();
|
||||
|
||||
void addToBalance(final long amount);
|
||||
|
Reference in New Issue
Block a user