//Csaba package battleship.DataPackage; /** * * @author Csaba */ public enum GameEndedStatus { Unknown, Defeat, Win }