mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 09:01:32 -07:00
10 lines
102 B
C#
10 lines
102 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum ChannelChangeMode
|
|
{
|
|
Automatic,
|
|
Prompt,
|
|
Ignore
|
|
}
|
|
}
|