feat(repo): cosmetic catalog id enumerations on ICollectionRepository
This commit is contained in:
@@ -5,4 +5,8 @@ namespace SVSim.Database.Repositories.Collectibles;
|
||||
public interface ICollectionRepository
|
||||
{
|
||||
Task<List<LeaderSkinEntry>> GetLeaderSkins();
|
||||
Task<List<int>> GetAllSleeveIds();
|
||||
Task<List<int>> GetAllEmblemIds();
|
||||
Task<List<int>> GetAllDegreeIds();
|
||||
Task<List<int>> GetAllMyPageBackgroundIds();
|
||||
}
|
||||
Reference in New Issue
Block a user