How would I go around making Subclasses do a certain function (from their Parent class) Within their act statement.
For example, I want all Subclasses of "Enemy.class" to do validation checks, like, "Am I dead yet?". I know I can just put the function in each act statement, but is their a better way?

