New dialog to select asset type before creation
This commit is contained in:
@ -222,6 +222,10 @@ public class XClassLoader {
|
||||
return Collections.unmodifiableCollection(h);
|
||||
}
|
||||
|
||||
public Class getClassByName(String name){
|
||||
return byName.get(name);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user