yeah you're going straight to hell
This commit is contained in:
parent
11d1cbb543
commit
e30de274c8
15 changed files with 3061 additions and 913 deletions
|
|
@ -18,7 +18,7 @@ public class MarisaAbilityHandler : MonoBehaviour
|
|||
public PlayerAbility spellAInstance;
|
||||
public PlayerAbility spellBInstance;
|
||||
|
||||
private void Start()
|
||||
private void Awake()
|
||||
{
|
||||
mainAttackInstance = Instantiate(mainAttack, transform);
|
||||
mainAttackInstance.thisPlayer = thisPlayer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue