Remotely/ScreenCast.Core/Enums/AppMode.cs
2021-07-29 07:56:15 -07:00

10 lines
133 B
C#

namespace Remotely.ScreenCast.Core.Enums
{
public enum AppMode
{
Unattended,
Normal,
Chat
}
}