Update ScoreBean.java

This commit is contained in:
charlesbvll 2019-09-30 13:10:08 +02:00 committed by GitHub
parent cfd49ae27b
commit 34143b626c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
package ch.epfl.javass.gui;
package javass.gui;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import ch.epfl.javass.jass.TeamId;
import javass.jass.TeamId;
import javafx.beans.property.*;
/**