Skip to content

Commit 613ad58

Browse files
committed
fix namespace
1 parent 52259bc commit 613ad58

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Assets/Plugins/StreamChat/Samples/ClientAndUsersCodeSamples.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using StreamChat.Core.QueryBuilders.Filters.Users;
77
using StreamChat.Core.QueryBuilders.Sort;
88
using StreamChat.Core.Requests;
9-
using StreamChat.Core.StatefulModels;
109
using StreamChat.Libs.Auth;
1110
using UnityEngine;
1211

Assets/Plugins/StreamChat/StreamChatClientExample.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
using StreamChat.Core;
21
using StreamChat.Core.StatefulModels;
32
using StreamChat.Libs.Utils;
43
using UnityEngine;
54

6-
namespace StreamChat
5+
namespace StreamChat.Core
76
{
87
/// <summary>
98
/// Example showing how to create instance of <see cref="IStreamChatClient"/>

0 commit comments

Comments
 (0)