// enums/Outcome.java
// <20>2015 MindView LLC: see Copyright.txt
package enums;
public enum Outcome { WIN, LOSE, DRAW }