11 lines
144 B
C#
11 lines
144 B
C#
|
|
namespace SM64_ROM_Manager.Updating
|
|
{
|
|
public enum Channels
|
|
{
|
|
Stable,
|
|
PreRelease,
|
|
Beta,
|
|
Alpha
|
|
}
|
|
} |