Files
M-Gameton-06/Gameton-06/Assets/Gameton/Scripts/Character/Skill/ElementalBurst.cs
2025-02-08 15:18:41 +09:00

12 lines
155 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace TON
{
public class ElementalBurst : SkillBase
{
}
}