Update PackedTrick.java

This commit is contained in:
charlesbvll 2019-09-30 13:14:25 +02:00 committed by GitHub
parent 5c47f5374c
commit 91ba94812e
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 ch.epfl.javass.jass.Card.Color; import javass.jass.Card.Color;
import ch.epfl.javass.jass.Card.Rank; import javass.jass.Card.Rank;
import ch.epfl.javass.bits.Bits32; import javass.bits.Bits32;
import static ch.epfl.javass.Preconditions.*; import static javass.Preconditions.*;
/** /**
* The representation of a trick of a jass game in a packed form that is as an int. * The representation of a trick of a jass game in a packed form that is as an int.