script fix

This commit is contained in:
joonasp 2022-04-25 13:39:16 +03:00
parent 270acfd18d
commit 96f2f41d9b
1 changed files with 1 additions and 1 deletions

View File

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