Non-bogus ProfileMatcher.
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.Set;
|
||||
|
||||
public class PlayerProfile {
|
||||
//From Bartle/Yee models of player psychology: achiever, killer, explorer, manipulator
|
||||
public enum TYPE { RUNNER, SHOOTER, JUMPER, BUMPER}
|
||||
public enum TYPE { BUMPER, COLLECTOR, RUNNER, SHOOTER, JUMPER}
|
||||
//Dreyfus model of skill acquisition:
|
||||
public enum SKILL_LEVEL { NOVICE, BEGINNER, COMPETENT, PROFICIENT, EXPERT}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user