Update PacedPlayer.java

This commit is contained in:
charlesbvll 2019-09-30 13:12:03 +02:00 committed by GitHub
parent 56498c1a78
commit a8768c32c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
package ch.epfl.javass.jass; package javass.jass;
import java.util.Map; import java.util.Map;
import ch.epfl.javass.jass.Card.Color; import javass.jass.Card.Color;
import static ch.epfl.javass.Preconditions.checkArgument; import static javass.Preconditions.checkArgument;
/** /**
* A player that slows down the game * A player that slows down the game