added new power buttons implementation

This commit is contained in:
2025-03-04 18:01:07 +01:00
parent fd4ca8050f
commit 8d9489e844
7 changed files with 3762 additions and 798 deletions

View File

@@ -80,7 +80,9 @@ namespace Beyond
private PlayerAttribute faithAttribute;
private PlayerAttribute brightnessAttribute;
private PlayerAttribute maturityAttribute;
private MagicAttacks m_magicAttacks;
public MagicAttacks Magic => m_magicAttacks;
public PlayerAttribute MaturityAttribute
{
get
@@ -179,6 +181,7 @@ namespace Beyond
m_Respawner = GetComponent<Respawner>();
m_playerConfessionController = GetComponent<PlayerConfessionController>();
m_meleeManager = GetComponent<vMeleeManager>();
m_magicAttacks = GetComponent<MagicAttacks>();
}