This commit is contained in:
fullwall 2014-06-29 20:27:51 -07:00
parent 9a998c149b
commit 94340f15ff

View File

@ -14,8 +14,10 @@ import org.bukkit.scoreboard.Objective;
import org.bukkit.scoreboard.Scoreboard;
import org.bukkit.scoreboard.Team;
import com.google.common.collect.Sets;
public class NPCScoreboard extends Trait {
private Set<Objective> objectives;
private final Set<Objective> objectives = Sets.newHashSet();
private Scoreboard scoreboard;
private String team;