mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Enchantment: Added a TODO (calculating XP min/max level cost bounds)
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user