function in ProjectSettings
public Color GetEnemyColor(string enemyType);
enemyType
Type of enemy you want to get the color
Color - Returns color given enemyType. If enemyType is not found, it returns White color.
Last updated 4 years ago