mirror of
https://github.com/yawaflua/Discord.Net.git
synced 2025-12-11 15:56:21 +02:00
Refactor and rename project to yawaflua.Discord.Net; add core entities and interfaces for Discord OAuth2 integration
This commit is contained in:
7
Interfaces/Models/IAvatarDecoration.cs
Normal file
7
Interfaces/Models/IAvatarDecoration.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace yawaflua.Discord.Net.Interfaces.Models;
|
||||
|
||||
public interface IAvatarDecoration
|
||||
{
|
||||
public string AssetHash { get; set; }
|
||||
public ulong AssetArticular { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user