mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Enchantment: Added a TODO (calculating XP min/max level cost bounds)
This commit is contained in:
parent
e0b063ac85
commit
6490d99ac2
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user