示例#1
0
 //Act on target
 public void Act()
 {
     Calculate();
     Target.Accelerate(this);
 }