wip social

This commit is contained in:
Paul Schneider 2016-11-01 23:22:46 +01:00
commit efc1a80e5b
9 changed files with 245 additions and 50 deletions

View file

@ -0,0 +1,10 @@
namespace Yavsc.Model.Chat
{
public class Connection
{
public string ConnectionID { get; set; }
public string UserAgent { get; set; }
public bool Connected { get; set; }
}
}