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

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

import java.util.ArrayList;

public class OtherPlayerCharacter extends Object3D {
    public OtherPlayerCharacter(Object3D body) {
        super(body);
    }
}