mirror of
https://github.com/yawaflua/Discord.Net.git
synced 2025-12-09 03:49:36 +02:00
7 lines
180 B
C#
7 lines
180 B
C#
namespace yawaflua.Discord.Net.Interfaces.Models;
|
|
|
|
public interface IAvatarDecoration
|
|
{
|
|
public string AssetHash { get; set; }
|
|
public ulong AssetArticular { get; set; }
|
|
} |