added new power buttons implementation
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user