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

com.gempukku.libgdx.graph.pipeline.PipelineProperty Maven / Gradle / Ivy

package com.gempukku.libgdx.graph.pipeline;

public interface PipelineProperty {
    PipelineFieldType getType();

    Object getValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy