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

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

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