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