Newer
Older
Cactus-CleanArchitecture / app / src / main / java / org / ntlab / radishforandroidstudio / cactusClient / models / bullet / OtherPlayerBullet.java
package org.ntlab.radishforandroidstudio.cactusClient.models.bullet;

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

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