|
I m trying to create a list like i use in python but after creating it here i m not able to add more items in it, when i use checkNumber.append(3) its say error that " append is not a member of Boo.Lang.List" PLZ HELP import UnityEngine class book (MonoBehaviour):
(comments are locked)
|
|
hey do not worry now i figured it out.. i used checkNumber.Add(3) instead of checkNumber.append(3) LOL! wish this will help others too :)
(comments are locked)
|
