コード例 #1
0
ファイル: EconomyEntities.php プロジェクト: EmreTr1/rtr
 public function removeArrow(Arrow $arrow)
 {
     $arrow->kill();
     $arrow->close();
 }