mirror of
https://github.com/yawaflua/SkinsApi.git
synced 2025-12-09 03:49:32 +02:00
Add project files.
This commit is contained in:
9
Interfaces/Services/ISkinService.cs
Normal file
9
Interfaces/Services/ISkinService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using SkinsApi.Sources;
|
||||
|
||||
namespace SkinsApi.Interfaces.Services
|
||||
{
|
||||
public interface ISkinService
|
||||
{
|
||||
Task<Skin> GetSkinStreamAsync(string data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user