skill cooltime 적용 로직 테스트 코드

This commit is contained in:
aube.lee
2025-02-08 14:49:06 +09:00
parent d4bafd6cec
commit 57eb4abea3
9 changed files with 118 additions and 165 deletions

View File

@@ -22,10 +22,7 @@ namespace TON
{
skillDatas = new List<SkillData>();
}
// skillData를 skillBase로 치환
// 기존 스킬 클래스들을 skillBase를 상속받게 변경
}
public SkillData GetSkillData(string skillId)