Update TurnState.java
This commit is contained in:
parent
146a076945
commit
3f7b4406f7
@ -1,8 +1,8 @@
|
||||
package ch.epfl.javass.jass;
|
||||
package javass.jass;
|
||||
|
||||
import ch.epfl.javass.jass.Card.Color;
|
||||
import javass.jass.Card.Color;
|
||||
|
||||
import static ch.epfl.javass.Preconditions.*;
|
||||
import static javass.Preconditions.*;
|
||||
|
||||
/**
|
||||
* The representation of the state of a turn during a game of Jass.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user