Update JassGame.java

This commit is contained in:
charlesbvll 2019-09-30 13:11:22 +02:00 committed by GitHub
parent 29e92ec173
commit 68b06e1c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
package ch.epfl.javass.jass; package javass.jass;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collections; import java.util.Collections;
@ -8,8 +8,8 @@ import java.util.List;
import java.util.Map; import java.util.Map;
import java.util.Random; import java.util.Random;
import ch.epfl.javass.jass.Card.Color; import javass.jass.Card.Color;
import ch.epfl.javass.jass.Card.Rank; import javass.jass.Card.Rank;
/** /**
* The representation of a game of Jass. * The representation of a game of Jass.