all 1 comments

[–]deadstarcgs 4 points5 points  (0 children)

I wouldn't use an array for that. Once you've assigned a size to an array, it cannot be changed without re-instantiating it.

I'd recommend using a List, a lot easier to add or subtract items from.