refac: InheritPointManager를 Ds\Map으로 변경

This commit is contained in:
2022-05-08 20:11:38 +09:00
parent 5164585360
commit 282b413553
5 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -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;