We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52259bc commit 613ad58Copy full SHA for 613ad58
2 files changed
Assets/Plugins/StreamChat/Samples/ClientAndUsersCodeSamples.cs
@@ -6,7 +6,6 @@
6
using StreamChat.Core.QueryBuilders.Filters.Users;
7
using StreamChat.Core.QueryBuilders.Sort;
8
using StreamChat.Core.Requests;
9
-using StreamChat.Core.StatefulModels;
10
using StreamChat.Libs.Auth;
11
using UnityEngine;
12
Assets/Plugins/StreamChat/StreamChatClientExample.cs
@@ -1,9 +1,8 @@
1
-using StreamChat.Core;
2
using StreamChat.Core.StatefulModels;
3
using StreamChat.Libs.Utils;
4
5
-namespace StreamChat
+namespace StreamChat.Core
{
/// <summary>
/// Example showing how to create instance of <see cref="IStreamChatClient"/>
0 commit comments