KNU_SpaceShooter/Assets/02_Scripts/Barrel.cs
2024-09-12 14:23:26 +09:00

20 lines
256 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Barrel : MonoBehaviour
{
private GameObject expEffect;
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}