Reimplement wave AI, split out some UI code into a ui module, update TODO
This commit is contained in:
		@@ -27,6 +27,10 @@ public class PlayerManager {
 | 
			
		||||
    return allSuccess;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public boolean contains(Player player) {
 | 
			
		||||
    return m_playerStates.containsKey(player);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public boolean requestTransition(Player player, State toState) {
 | 
			
		||||
    State currentState = m_playerStates.get(player);
 | 
			
		||||
    if (currentState == toState) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user