mirror of
https://github.com/yawaflua/SkinsApi.git
synced 2025-12-09 03:49:32 +02:00
10 lines
172 B
C#
10 lines
172 B
C#
namespace SkinsApi.Interfaces.SkinService
|
|
{
|
|
public interface IProfile
|
|
{
|
|
public string id { get; set; }
|
|
public string name { get; set; }
|
|
}
|
|
|
|
}
|