first commit
This commit is contained in:
17
p000/SceneRootNode.java
Normal file
17
p000/SceneRootNode.java
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user