Merge remote-tracking branch 'origin/master'

This commit is contained in:
Dmitri Shimanski
2025-08-22 08:53:58 +03:00
9 changed files with 11 additions and 16 deletions

View File

@@ -3,5 +3,5 @@
public interface IAvatarDecoration
{
public string AssetHash { get; set; }
public ulong AssetArticular { get; set; }
public string AssetArticular { get; set; }
}