Datasets:

ArXiv:
License:
denisko's picture
cnanged dir structure and removed features file
3e77472
raw
history blame contribute delete
146 Bytes
//Csaba
package battleship.DataPackage;
/**
*
* @author Csaba
*/
public enum GameEndedStatus {
Unknown,
Defeat,
Win
}