diff --git a/VpSharp/src/VirtualParadiseClient.cs b/VpSharp/src/VirtualParadiseClient.cs index c12accd..55e10b7 100644 --- a/VpSharp/src/VirtualParadiseClient.cs +++ b/VpSharp/src/VirtualParadiseClient.cs @@ -59,6 +59,15 @@ public sealed partial class VirtualParadiseClient : IDisposable Dispose(); } + /// + /// Gets a read-only view of the cached avatars. + /// + /// The cached avatars. + public IReadOnlyList Avatars + { + get => _avatars.Values.ToArray(); + } + /// /// Gets the current avatar associated with this client. ///