Shortening of a few classes

This commit is contained in:
Anuken
2020-01-10 15:13:34 -05:00
parent 6cf7651069
commit 677aa0d0bf
9 changed files with 14 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ public class Team implements Comparable<Team>{
for(int i = 6; i < all.length; i++){
new Team(i, "team#" + i, Color.HSVtoRGB(360f * Mathf.random(), 100f * Mathf.random(0.6f, 1f), 100f * Mathf.random(0.8f, 1f), 1f));
}
Mathf.random.setSeed(new RandomXS128().nextLong());
Mathf.random.setSeed(new Rand().nextLong());
}
public static Team get(int id){