Lots of data and model setup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using SVSim.Database.Models;
|
||||
|
||||
namespace SVSim.Database.Repositories.Collectibles;
|
||||
|
||||
public interface ICollectionRepository
|
||||
{
|
||||
Task<List<LeaderSkinEntry>> GetLeaderSkins();
|
||||
}
|
||||
Reference in New Issue
Block a user