wip social
This commit is contained in:
parent
b94c30ed5b
commit
efc1a80e5b
9 changed files with 245 additions and 50 deletions
10
Yavsc/Model/Chat/Connection.cs
Normal file
10
Yavsc/Model/Chat/Connection.cs
Normal 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; }
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue