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

com.github.cschen1205.navigator.utils.VehicleState Maven / Gradle / Ivy

package com.github.cschen1205.navigator.utils;

/**
 * Created by cschen1205 on 10/1/2015 0001.
 */
public enum VehicleState {
    Active,
    HitTarget,
    HitMine,
    Conflicting
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy