Files
polychat/PolyChat/Models/SendCode.cs
SCM6WE 697a7ad506 merge
2021-09-21 10:12:29 +02:00

10 lines
132 B
C#

namespace PolyChat.Models
{
enum SendCode
{
Message,
Command,
NameChange,
Initial
}
}