feat: 포인트 초기화 추가
- 급하니까 일단 땜빵
This commit is contained in:
@@ -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];
|
||||
};
|
||||
Reference in New Issue
Block a user