Project_WL/Assets/Script/Character/Projectile/Skill/Skill_StatUp.cs

8 lines
127 B
C#
Raw Normal View History

2024-12-15 01:39:39 +00:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Skill_StatUp : ProjectileBase
{
}