Fiore 50e5b8db98 feat : 매직미사일 기본 동작 구현
- 플레이어가 움직이는 방향을 참고하여 예측샷 발사
2025-04-29 14:00:03 +09:00

9 lines
132 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MagicMissile : BulletBase
{
}