i added a space!

This commit is contained in:
Chiss 2014-11-26 16:02:11 +11:00
parent 95e428eb4f
commit 4ccb242066

View File

@ -4,5 +4,5 @@ import java.util.HashSet;
public class PlayerBenefit
{
public HashSet<String> Benefits = new HashSet<String>();
public HashSet<String> Benefits = new HashSet<String>();
}