refac: InheritPointManager를 Ds\Map으로 변경
This commit is contained in:
@@ -61,7 +61,7 @@ foreach (GameConst::$allItems as $subItems) {
|
||||
|
||||
$items = [];
|
||||
foreach (InheritanceKey::cases() as $key) {
|
||||
$items[$key] = $me->getInheritancePoint($key) ?? 0;
|
||||
$items[$key->value] = $me->getInheritancePoint($key) ?? 0;
|
||||
}
|
||||
|
||||
$resetTurnTimeLevel = ($me->getAuxVar('inheritResetTurnTime') ?? -1) + 1;
|
||||
|
||||
Reference in New Issue
Block a user