I declare my List like this:
var sprites : List.<Texture2D> = new List.<Texture2D>();
Which I'm almost positive is correct. However I get the error "The name 'List' does not denote a valid type ('not found')" Am I doing it wrong?
I declare my List like this:
var sprites : List.<Texture2D> = new List.<Texture2D>();
Which I'm almost positive is correct. However I get the error "The name 'List' does not denote a valid type ('not found')" Am I doing it wrong?