reset password
Author Message
V_agu30
Posts: 8
Posted 16:07 Sep 15, 2017 |

Are the classes in the MonsterAttack project nested classes? 

jhurley
Posts: 207
Posted 16:59 Sep 15, 2017 |

no.  this is the kind of case in which you might use an inner class (MonsterAttack is only used by AttackMonitor), but you should only use inner classes that are very simple.