Continued business system
This commit is contained in:
@@ -16,7 +16,7 @@ using reallife_gamemode.Server.Util;
|
||||
|
||||
namespace reallife_gamemode.Server.Managers
|
||||
{
|
||||
public class BankManager : Script
|
||||
public class BankManager
|
||||
{
|
||||
public static TransactionResult TransferMoney(IBankAccountOwner sender, IBankAccountOwner receiver, int amount, string origin)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user