public static void RunReactor(Reactor reactor) { for (int t = 0; t < ItsTicksPerGeneration; t++) { reactor.OnTick(); } }