Lots of data and model setup
This commit is contained in:
11
SVSim.Database/Repositories/Globals/IGlobalsRepository.cs
Normal file
11
SVSim.Database/Repositories/Globals/IGlobalsRepository.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using SVSim.Database.Models;
|
||||
|
||||
namespace SVSim.Database.Repositories.Globals;
|
||||
|
||||
public interface IGlobalsRepository
|
||||
{
|
||||
Task<List<ClassExpEntry>> GetClassExpCurve();
|
||||
Task<List<BattlefieldEntry>> GetBattlefields(bool onlyOpen);
|
||||
Task<GameConfiguration> GetGameConfiguration(string key);
|
||||
Task<List<RankInfoEntry>> GetRankInfo();
|
||||
}
|
||||
Reference in New Issue
Block a user