몬스터 프리팹, 몬스터 스킬 프리팹 누락된 컴포넌트 추가 및 수정

This commit is contained in:
Mingu Kim
2025-02-15 19:28:24 +09:00
parent c2a0399a88
commit 33be5d2aa9
39 changed files with 1718 additions and 908 deletions

View File

@@ -7,7 +7,7 @@ namespace TON
{
public class MonsterSkill : MonoBehaviour
{
public float speed = 3;
public float speed = 5f;
public float damage = 1;
Vector2 direction;