refac, game: 은퇴 시 포인트 반영 방식 변경

- 반영하지 않고 은퇴 이후로 넘기는 포인트 추가
- 은퇴시 계수를 Obj로 이동
This commit is contained in:
2022-10-02 19:41:38 +09:00
parent 22172ac66f
commit 50a75e4543
5 changed files with 43 additions and 35 deletions
+1
View File
@@ -5,6 +5,7 @@ class InheritancePointType{
public bool|array $storeType,
public int|float $pointCoeff,
public string $info,
public ?float $rebirthStoreCoeff,
)
{