Hi all,
Im thinking on how to load enemies in certain area, let say an arena and load them in my desire order. For example i have three types of enemies:
1.Melee
2.Range
3.Magic
And i have 5 melee,3 range and 2 magic that i want to load in order one by one let say melee,melee,range,range,melee,range,magic,melee,magic.
Any command or object that i can look into?Maybe array of object(i currently use Unity with these, but in unity it can be prefill)?
Thanks