Steam workshop publishing

This commit is contained in:
Anuken
2019-09-10 14:25:34 -04:00
parent 6fe55661ed
commit 7aa71a7201
5 changed files with 67 additions and 11 deletions
@@ -74,4 +74,9 @@ public class Rules{
public Rules copy(){
return JsonIO.copy(this);
}
/** Returns the gamemode that best fits these rules.*/
public Gamemode mode(){
return Gamemode.bestFit(this);
}
}