I did my best to find this on forums with no success.
I need to create a squad ( BBGameObjectList of units ) and assign that squad to one of the types of squads list (BBObjectList of squads). but when I write my action script I cant find variable type BBObjectList or anything like that.
just could not crack this on my own, thanks ahead of time 🙂
It’s there, called BBUnityObjectList, or alternative you can use BBComponentList.
If you are working with it through the editor, you may also want to set the type using the [VariableType(System.Type)] attribute above your field.