Exemplo n.º 1
0
 /**
  * try to remove the content from the world-
  *
  * @return <code>true</code>
  */
 @Override
 public boolean removeFromWorld() {
   NPCList.get().remove("Paul Sheriff");
   zone.remove(npc);
   board.remove();
   return true;
 }