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

12 lines
151 B
C#

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