Fiore bc88d47e6b [feat] 매직미사일 구현 시작
- 몬스터가 사용할 총알 베이스 생성

work in DEG-100
2025-04-29 11:13:18 +09:00

9 lines
133 B
C#

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