Reorder team colours to match with bash colour codes

This commit is contained in:
mdiluzio 2014-12-20 15:35:18 +00:00
parent fa7aa15ccd
commit 29048fcdd3

View file

@ -7,9 +7,9 @@
enum class Team : char enum class Team : char
{ {
Red = 0, Red = 0,
Blue,
Green, Green,
Yellow, Yellow,
Blue,
NUM_INVALID NUM_INVALID
}; };