refactoring: --YavscLib-- => Yavsc

This commit is contained in:
2017-05-27 16:22:58 +02:00
parent e07c06b32e
commit 2a8b078024
102 changed files with 218 additions and 211 deletions

View File

@ -4,7 +4,7 @@ using Newtonsoft.Json;
namespace Yavsc.Models.Chat
{
using YavscLib;
using Yavsc;
public class Connection : IConnection
{
@ -18,5 +18,5 @@ namespace Yavsc.Models.Chat
public string UserAgent { get; set; }
public bool Connected { get; set; }
}
}