hey guys i need help with an array (think thats wht this is called) anyways
i declared this in player.java
i need help knowing how to add/delete integers out of this list/array w.e.Code:public int Items[] = { 0,1,2 };
so if i say del(p, 0); it will turn into.
any help? :xCode:public int Items[] = { 1,2 };
