bloxstrap/Bloxstrap/Enums/LaunchMode.cs
pizzaboxer 765cccf89e
Refactor arg parser + channel handling
this commit changes way too many things to be stable. be warned of bugs if using this
2024-08-19 15:37:56 +01:00

11 lines
137 B
C#

namespace Bloxstrap.Enums
{
public enum LaunchMode
{
None,
Player,
Studio,
StudioAuth
}
}