예제 #1
0
파일: SR_Player.php 프로젝트: sinfocol/gwf3
 public function removeFromBank(SR_Item $item)
 {
     unset($this->sr4_bank[$item->getID()]);
     return true;
     // 		$bank = $this->getBankItems();
     // 		unset($bank[$item->getID()]);
     // 		return $this->updateBank($bank);
 }