mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 04:55:41 +00:00
Expose avatars publicly
This commit is contained in:
parent
3b4c705d7d
commit
ee7d527ed8
@ -59,6 +59,15 @@ public sealed partial class VirtualParadiseClient : IDisposable
|
|||||||
Dispose();
|
Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets a read-only view of the cached avatars.
|
||||||
|
/// </summary>
|
||||||
|
/// <value>The cached avatars.</value>
|
||||||
|
public IReadOnlyList<VirtualParadiseAvatar> Avatars
|
||||||
|
{
|
||||||
|
get => _avatars.Values.ToArray();
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the current avatar associated with this client.
|
/// Gets the current avatar associated with this client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user