feat: 스킬 투사체 충돌 시 여러 마리 수의 몬스터를 타격할 수 있도록 수정

This commit is contained in:
aube.lee
2025-02-26 14:45:08 +09:00
parent 49eb67ce99
commit fda28e3cd9
3 changed files with 38 additions and 4 deletions

View File

@@ -21,5 +21,7 @@ namespace TON
public int slotNumber;
// 스킬 사용을 위해 필요한 캐릭터 레벨
public int requiredLevel;
// 스킬이 한번에 타격할 수 있는 몬스터의 수
public int maxHitCount;
}
}