override print

This commit is contained in:
Your Average Code 2024-01-25 14:54:03 +01:00
parent c9a3937a12
commit f98c5a1295

View File

@ -30,4 +30,8 @@ public class DummyBot extends Bot {
default -> '^'; default -> '^';
}; };
} }
@Override
protected void print(View view) {
}
} }