I need to make a list of elements with properties x, y and isMine where x and y are integers and isMine is a boolean value. How should I make this list? I need to know how to:
Access the values of each individual element on the list
Be able to change the values of each property
If you could tell me how to do those two things with whatever method you suggest , I will appreciate it (bonus points for examples)! Cheers!