feature-duder #9

Merged
zephyr merged 6 commits from feature-duder into main 2023-08-04 18:37:13 -05:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit fc14ef1780 - Show all commits

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_;