mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Refactor random and color deck generators
This commit is contained in:
5
forge-game/src/main/java/forge/game/IHasGameType.java
Normal file
5
forge-game/src/main/java/forge/game/IHasGameType.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package forge.game;
|
||||
|
||||
public interface IHasGameType {
|
||||
GameType getGameType();
|
||||
}
|
||||
Reference in New Issue
Block a user