Newer
Older
RxSprout / app / src / main / java / java3d / Background.java
KeijuMatsumoto on 28 Nov 2017 128 bytes [add] Project
package java3d;

public class Background extends Leaf {

	@Override
	public Node cloneTree() {
		return new Background();
	}

}