Posts by Guest007 • 3 points
1 post
-
0
votes1
answer43
viewsQ: Remove all elements from the list without the Clean() method, is there a way?
For example I wanted to remove the elements from the list in this way: public class List : MonoBehaviour { List<string> inventário = new List<string>(); void Start () { for(int i =…