fix: 불필요한 MonsterBase 생성자 삭제
This commit is contained in:
@@ -32,20 +32,5 @@ namespace TON
|
||||
// 공격 범위
|
||||
public float attackRange;
|
||||
|
||||
public MonsterData(int a, string b, int c, string d, int e, int f, int g, string h, float i, float j, float k, float l)
|
||||
{
|
||||
id = a;
|
||||
name = b;
|
||||
level = c;
|
||||
monsterType = d;
|
||||
hp = e;
|
||||
attackPower = f;
|
||||
defensivePower = g;
|
||||
monsterSkillID = h;
|
||||
patrolRange = i;
|
||||
detectionRange = j;
|
||||
chaseRange = k;
|
||||
attackRange = l;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user