Open robojumper opened 6 years ago
Isn't this a bit extreme for filtering purposes?
You could do something like :
var name UnitClass;
var array
Having the UnitClass describe its own whitelisted poses and adding/removing from that list could be an easier solution than adding enums for each class, not to mention that enums won't work well with custom classes.
Not too interested in the Photobooth atm, just my 3,5cents
After #316 lands without issues, this serves as a request thread/tracking issue for all additional enums.