I'm trying to find the first empty spot in my array, then add something there. The problem is this code: if (inventory[i] == null) ...
確定! 回上一頁