bubbletwist/lib/enums/Color.dart

11 lines
244 B
Dart
Raw Normal View History

/// Enum for the stone colors.
enum Color {
red,
green,
blue,
yellow,
pink,
special, // not a "real" color; indicates that a stone is special (Not retarded, in a nice way, like mama always used to tell me i am her special child)
}