bloxstrap/Bloxstrap/Enums/NextAction.cs
pizzaboxer 776dbc4097
Draft: new installer system
the beginning of a long arduous cleanup of two years of debt
2024-08-10 13:08:04 +01:00

10 lines
136 B
C#

namespace Bloxstrap.Enums
{
public enum NextAction
{
Terminate,
LaunchSettings,
LaunchRoblox
}
}