gather-and-defend/Assets/Scripts/KnightHolySkill.cs
2025-09-30 10:12:02 -04:00

22 lines
322 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class KnightHolySkill : SkillSO
{
float holyHealing = 5;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}