示例#1
0
 // 获取攻击速度
 public int getProjectileSpeed(Toy pToy)
 {
     int nSpeed = -1;
     nSpeed = pToy.getAttackProjSpeed();
     return nSpeed;
 }