feat: 포인트 초기화 추가

- 급하니까 일단 땜빵
This commit is contained in:
2024-07-10 18:11:10 +00:00
parent 7c9d5d34f6
commit d8870caf29
5 changed files with 129 additions and 9 deletions
+7
View File
@@ -22,3 +22,10 @@ export type InheritPointLogItem = {
export type InheritLogResponse = ValidResponse & {
log: InheritPointLogItem[];
};
export type InheritResetStat = {
leadership: number;
strength: number;
intel: number;
inheritBonusStat?: [number, number, number];
};