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
@@ -1322,7 +1322,7 @@ class General implements iAction
return $result;
}
public function getInheritancePoint(InheritanceKey $key, &$aux = null, bool $forceCalc = false): int|float
public function getInheritancePoint(InheritanceKey $key, &$aux = null, bool $forceCalc = false): int|float|null
{
return InheritancePointManager::getInstance()->getInheritancePoint($this, $key, $aux, $forceCalc);
}