Closed benishor closed 9 years ago
Add another GameObject property called parent which recipes can fill in when they create children. This way they can route on damage to their parents, allowing us to implement complex boss behavior.
Implemented in revision 76568ff and tested.
Add another GameObject property called parent which recipes can fill in when they create children. This way they can route on damage to their parents, allowing us to implement complex boss behavior.