WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 9  →  ?path2? @ 10
/trunk/WingMan/Communication/MqttCommunicationType.cs
@@ -0,0 +1,8 @@
namespace WingMan.Communication
{
public enum MqttCommunicationType
{
Server,
Client
}
}