Project_WL/Assets/Script/Character/Projectile/SelectSkill/Select_FrostFairy.cs

7 lines
132 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Select_FrostFairy : SelectFairyBase
{
}