示例#1
0
 void FireCanonAtLocation(Vector3 location)
 {
     canon.AimAt(location);
     FireCanon();
 }