18 lines
515 B
Java
18 lines
515 B
Java
package p000;
|
|
|
|
import javax.microedition.m3g.Node;
|
|
import javax.microedition.m3g.World;
|
|
|
|
/* renamed from: a */
|
|
/* loaded from: microcounterstrike.jar:a.class */
|
|
public final class SceneRootNode extends PlayerModelBase {
|
|
@Override // p000.PlayerModelBase
|
|
/* renamed from: a */
|
|
public final Node loadM3G0(World world) {
|
|
this.node234 = CameraManager.getInstance().getCamera121("MAIN");
|
|
world.addChild(this.node234);
|
|
this.node235 = this.node234;
|
|
return this.node235;
|
|
}
|
|
}
|