Newer
Older
Cactus-CleanArchitecture / app / src / main / java / org / ntlab / radishforandroidstudio / cactusClient / models / OtherPlayerBullet.java
s-iwatani on 9 Oct 2018 255 bytes 作成中
package org.ntlab.radishforandroidstudio.cactusClient.models;

import org.ntlab.radishforandroidstudio.framework.model3D.Object3D;

public class OtherPlayerBullet extends Object3D {
    public OtherPlayerBullet(Object3D obj) {
        super(obj);
    }
}