feature-duder #9

Merged
zephyr merged 6 commits from feature-duder into main 2023-08-04 19:37:13 -04: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 @@
/// 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_;