All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.beimin.eveapi.parser.character.CharMarketOrdersParser Maven / Gradle / Ivy

There is a newer version: 7.0.4
Show newest version
package com.beimin.eveapi.parser.character;

import com.beimin.eveapi.parser.ApiPath;
import com.beimin.eveapi.parser.shared.AbstractMarketOrdersParser;

public class CharMarketOrdersParser extends AbstractMarketOrdersParser {
    public CharMarketOrdersParser() {
        super(ApiPath.CHARACTER);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy