script fix

This commit is contained in:
joonasp 2022-04-25 13:39:16 +03:00
parent 270acfd18d
commit 96f2f41d9b

View File

@ -11,6 +11,6 @@ public class WandData : MonoBehaviour
public void SetPower(float pow) public void SetPower(float pow)
{ {
power = dam; power = pow;
} }
} }