Enchantment: Added a TODO (calculating XP min/max level cost bounds)

This commit is contained in:
Dylan K. Taylor 2017-12-21 12:55:55 +00:00
parent e0b063ac85
commit 6490d99ac2

View File

@ -200,4 +200,6 @@ class Enchantment{
public function getMaxLevel() : int{
return $this->maxLevel;
}
//TODO: methods for min/max XP cost bounds based on enchantment level (not needed yet - enchanting is client-side)
}