New generation
This commit is contained in:
@@ -5,7 +5,7 @@ import io.anuke.arc.graphics.Color;
|
||||
|
||||
public enum Team{
|
||||
none(Color.valueOf("4d4e58")),
|
||||
blue(Color.ROYAL),
|
||||
blue(Color.valueOf("4169e1")),
|
||||
red(Color.valueOf("e84737")),
|
||||
green(Color.valueOf("1dc645")),
|
||||
purple(Color.valueOf("ba5bd9")),
|
||||
|
||||
Reference in New Issue
Block a user