MaterialLoader constructor

MaterialLoader(
  1. dynamic manager
)

Implementation

MaterialLoader(manager) : super(manager) {
  textures = {};
}