i have this array of my "Buff" class (or at least i thought it was.)
var buffs: Buff[];
then later when i try to add a buff to the array:
buffs.Add(newBuff);
and it says .Add is not a member of "Buff[]". i must have created the array wrong? but i'm not sure how.
↧