rename Heroism -> HeroUnit
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Branden J Brown 2023-08-02 21:31:10 -05:00
parent 830444211f
commit fc14ef1780
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ using UnityEngine;
/// Component that makes a duder a duder.
/// Manages class, skills, level, attrs, and AI.
/// </summary>
public class Heroism : MonoBehaviour
public class HeroUnit : MonoBehaviour
{
[SerializeField] private new string name;
[SerializeField] private HeroClassSO class_;