mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-16 00:28:58 +00:00
now
This commit is contained in:
parent
bdf131fe7a
commit
ca318c3da1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ public class ModelManager {
|
||||||
private static boolean wasAnythingCreated = false;
|
private static boolean wasAnythingCreated = false;
|
||||||
|
|
||||||
static public <T extends Selfbuilding> void build(Class<T> c) {
|
static public <T extends Selfbuilding> void build(Class<T> c) {
|
||||||
|
System.out.println("building model class " + c.getCanonicalName() + "...");
|
||||||
try {
|
try {
|
||||||
if (c.newInstance().selfbuild())
|
if (c.newInstance().selfbuild())
|
||||||
wasAnythingCreated = true;
|
wasAnythingCreated = true;
|
||||||
|
|
Loading…
Reference in a new issue