Exemple #1
0
 public bool IsPartialSmart(IMovingStrategy movingStrategy, StrategyIntelligence intelligence)
 {
     return(true);
 }
Exemple #2
0
 public bool IsPartialSmart(Rhythm rhythm, StrategyIntelligence intelligence)
 {
     return(true);
 }
Exemple #3
0
 public bool IsPartialSmart(byte moveLength, StrategyIntelligence intelligence)
 {
     return(true);
 }
Exemple #4
0
 public bool IsPartialSmart(Music music, StrategyIntelligence intelligence)
 {
     return(true);
 }
Exemple #5
0
 public bool IsPartialSmart(float multiple, StrategyIntelligence intelligence)
 {
     return(true);
 }