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

com.payu.menu.client.enums.Difficulty Maven / Gradle / Ivy

There is a newer version: 0.0.14
Show newest version
package com.payu.menu.client.enums;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public enum Difficulty {
  LOW,
  MEDIUM,
  HIGH
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy