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