Refactor random and color deck generators

This commit is contained in:
drdev
2014-08-03 16:07:24 +00:00
parent 846fd1aa34
commit a7f9837601
8 changed files with 179 additions and 251 deletions

View File

@@ -0,0 +1,5 @@
package forge.game;
public interface IHasGameType {
GameType getGameType();
}