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

12 lines
153 B
C#

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