Skip to content
Snippets Groups Projects
Commit 76dd3b9c authored by Alifia Rahmah's avatar Alifia Rahmah
Browse files

refactor(pet): make AttackEnemy public

parent 06e3ed51
Branches
Tags
1 merge request!8Fix/pet attacker
......@@ -36,7 +36,7 @@ public class PetAttack : MonoBehaviour
}
}
void AttackEnemy(EnemyHealth enemyHealth)
public void AttackEnemy(EnemyHealth enemyHealth)
{
// Reset timer
timer = 0f;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment