fixed a ugly mistake :D
This commit is contained in:
parent
64648fdec2
commit
c6e8b28b0f
@ -13,7 +13,7 @@ public class RandomGenerator {
|
||||
public static double initDeathRate = 0.20;
|
||||
public static int initRounds = 10;
|
||||
|
||||
public static ArrayList<Node> nodes = new ArrayList<Node>();
|
||||
public static List<Node> nodes = new ArrayList<Node>();
|
||||
public static Random gen = new Random();
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user