Add project files.

This commit is contained in:
Patrick Hellebrand
2021-09-21 08:05:08 +02:00
parent 15aa2c6e24
commit 9533c9b666
27 changed files with 1134 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace PolyChat.Models
{
enum SendCode
{
Message,
Command,
test1,
test2
}
}