mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 02: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();
|
||||
}
|
||||
|
||||
/// <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>
|
||||
/// Gets the current avatar associated with this client.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user