Update PackedScore.java
This commit is contained in:
parent
c6d1352a59
commit
dc5eae1b3c
@ -1,8 +1,8 @@
|
||||
package ch.epfl.javass.jass;
|
||||
package javass.jass;
|
||||
|
||||
import static ch.epfl.javass.Preconditions.checkArgument;
|
||||
import ch.epfl.javass.bits.Bits32;
|
||||
import ch.epfl.javass.bits.Bits64;
|
||||
import javass.bits.Bits32;
|
||||
import javass.bits.Bits64;
|
||||
|
||||
/**
|
||||
* The representation of a score of the game of Jass in a packed form (as a long).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user