public class BaseStrategy extends java.lang.Object implements ITeamStrategy
Constructor and Description |
---|
BaseStrategy() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IRole> |
getAvailableRoles() |
IRole |
getRoleForPlayerID(int playerID) |
public java.util.List<IRole> getAvailableRoles()
getAvailableRoles
in interface ITeamStrategy
public IRole getRoleForPlayerID(int playerID)
getRoleForPlayerID
in interface ITeamStrategy