gesture_joonasp #31

Open
jonasty wants to merge 11 commits from gesture_joonasp into staging2
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 96f2f41d9b - Show all commits

View File

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