mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 06:23:58 +00:00
5 lines
103 B
C#
5 lines
103 B
C#
public class ChangeSkinParam
|
|
{
|
|
public int Id { get; set; }
|
|
public int CardId { get; set; }
|
|
} |