스킬 발사체에 데미지 적용하는 로직 추가

This commit is contained in:
aube.lee
2025-02-05 00:06:25 +09:00
parent 8600811a47
commit 6f779c21a0
8 changed files with 91 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ namespace TON
public class SkillData
{
public int characterId;
public int id;
public string id;
public int mp;
public float damage;
public int cooltime;