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

io.github.spair.byond.dmi.DiffStatus Maven / Gradle / Ivy

package io.github.spair.byond.dmi;

public enum DiffStatus {

    /** Shows that sprite was created. */
    CREATED,

    /** Shows that sprite was modified. */
    MODIFIED,

    /** Shows that sprite was deleted. */
    DELETED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy