
uno.cod.battle.client.model.Direction Maven / Gradle / Ivy
package uno.cod.battle.client.model;
/**
* Created by vbalan on 10/22/2015.
*/
public enum Direction {
LEFT,
RIGHT,
DOWN,
UP;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy