mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2026-06-04 12:26:53 +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