MatchVerdictEnum.kt

package delta.codecharacter.server.match

enum class MatchVerdictEnum {
    PLAYER1,
    PLAYER2,
    TIE
}