This commit is contained in:
Anuken
2020-09-21 12:05:24 -04:00
parent 74fadfe603
commit 45e77fe3b4
3 changed files with 10 additions and 6 deletions
+4
View File
@@ -409,7 +409,11 @@ public class TechTree implements ContentList{
node(mono, () -> {
node(poly, () -> {
node(mega, () -> {
node(quad, () -> {
node(oct, () -> {
});
});
});
});
});