Update Player.java

This commit is contained in:
charlesbvll 2019-09-30 13:15:05 +02:00 committed by GitHub
parent 91ba94812e
commit 6a7175d692
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 java.util.Map;
import ch.epfl.javass.jass.Card.Color;
import javass.jass.Card.Color;
/**
* An interface that represent a player of a game of Jass.