Update TurnState.java

This commit is contained in:
charlesbvll 2019-09-30 13:17:35 +02:00 committed by GitHub
parent 146a076945
commit 3f7b4406f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.