summaryrefslogtreecommitdiff
path: root/DSACore/Models/Network/User.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-30 02:06:02 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-30 02:06:02 +0200
commit560f454c9beb2f691730b126fc6b3e23d68d6681 (patch)
tree944ac498da2d3d231ef928769c55bf29a39070d0 /DSACore/Models/Network/User.cs
parent7db0e121521733273a8ca3977e91e6f88756f38a (diff)
added mot of the database infrastructure
Diffstat (limited to 'DSACore/Models/Network/User.cs')
-rw-r--r--DSACore/Models/Network/User.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DSACore/Models/Network/User.cs b/DSACore/Models/Network/User.cs
index b207a19..04ef0a9 100644
--- a/DSACore/Models/Network/User.cs
+++ b/DSACore/Models/Network/User.cs
@@ -9,5 +9,6 @@ namespace DSACore.Models.Network
{
public string Name { get; set; }
public string ConnectionId { get; set; }
+ public int Char { get; set; }
}
}