Simplified bank money transfer
This commit is contained in:
14
Server/Util/IBankAccountOwner.cs
Normal file
14
Server/Util/IBankAccountOwner.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using reallife_gamemode.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
{
|
||||
public interface IBankAccountOwner
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
IBankAccount GetBankAccount(DatabaseContext databaseContext = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user