I am trying to implement enemies into my game and have two ways to do so:
1. Have multiple behaviour scripts for multiples enemies
Pro: Less messy
Con: Affecting (damaging) enemies requires cycling through all of the scripts to determine which one the enemy has.
2. Have one behaviour script for all enemies
Pro: Affecting enemies less messy
Con: Moar messy
Which one? :D
↧