mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 17:11:28 -07:00
11 lines
137 B
C#
11 lines
137 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum LaunchMode
|
|
{
|
|
None,
|
|
Player,
|
|
Studio,
|
|
StudioAuth
|
|
}
|
|
}
|