示例#1
0
 public void SetAlgorithm(MoveAlgorithm ma)
 {
     moveOperation = ma;
 }
示例#2
0
 public Enemy()
 {
     moveOperation = new Drive();
 }