[Addition] Added a chatbox function!

This commit is contained in:
Dogukan
2020-10-19 22:40:58 +02:00
parent 35917e547a
commit eb7b8e2584
10 changed files with 175 additions and 25 deletions

View File

@@ -12,12 +12,10 @@ namespace Client
private int _numbers;
private bool _status;
//Test code
public int Numbers
{
get
{
return _numbers;
}
get { return _numbers; }
set
{