mirror of
https://github.com/yawaflua/SkinsApi.git
synced 2025-12-09 03:49:32 +02:00
10 lines
169 B
C#
10 lines
169 B
C#
using SkinsApi.Sources;
|
|
|
|
namespace SkinsApi.Interfaces.Services
|
|
{
|
|
public interface ISkinService
|
|
{
|
|
Task<Skin> GetSkinStreamAsync(string data);
|
|
}
|
|
}
|