public CharactorBehavior(ICharactorProperty charactorProperty, IMsgCollector msgCollector)
 {
     this._charactorProperty = charactorProperty;
     this._msgCollector = msgCollector;
 }
Ejemplo n.º 2
0
 private bool CanUpgradeLV(ICharactorProperty _charactor)
 {
     return (_charactor.Exp >= _charactor.Lv * _charactor.Lv * _charactor.Lv);
 }