コード例 #1
0
 private void DropAll()
 {
     inventory.DropSlot(PortLocations.BACK);
     inventory.DropSlot(PortLocations.BELT);
     inventory.DropSlot(PortLocations.LEFT_HAND);
     inventory.DropSlot(PortLocations.POCKET);
     inventory.DropSlot(PortLocations.RIGHT_HAND);
 }