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