mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-16 18:21:28 -07:00
11 lines
164 B
C#
11 lines
164 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum NextAction
|
|
{
|
|
Terminate,
|
|
LaunchSettings,
|
|
LaunchRoblox,
|
|
LaunchRobloxStudio
|
|
}
|
|
}
|