script fix
This commit is contained in:
parent
270acfd18d
commit
96f2f41d9b
|
@ -11,6 +11,6 @@ public class WandData : MonoBehaviour
|
|||
|
||||
public void SetPower(float pow)
|
||||
{
|
||||
power = dam;
|
||||
power = pow;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue