mirror of
https://github.com/yawaflua/SkinsApi.git
synced 2025-12-11 16:06:25 +02:00
Add project files.
This commit is contained in:
10
Models/SkinService/MojangProfile.cs
Normal file
10
Models/SkinService/MojangProfile.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using SkinsApi.Interfaces.SkinService;
|
||||
|
||||
namespace SkinsApi.Models.SkinService
|
||||
{
|
||||
public class MojangProfile : IProfile
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user