8 lines
72 B
C#
8 lines
72 B
C#
public enum MegaChannel
|
|
{
|
|
Red = 0,
|
|
Green = 1,
|
|
Blue = 2,
|
|
Alpha = 3
|
|
}
|