9 lines
89 B
C#
9 lines
89 B
C#
public enum MegaWeightChannel
|
|
{
|
|
Red = 0,
|
|
Green = 1,
|
|
Blue = 2,
|
|
Alpha = 3,
|
|
None = 4
|
|
}
|