Add Minautor & Re-evaluate life / damages

This commit is contained in:
2023-10-17 11:54:06 +02:00
parent e5c90cf3ec
commit cd37cd4522
18 changed files with 779 additions and 2808 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ using UnityEngine;
public class Arrow : MonoBehaviour
{
public int Damages = 10;
public int Damages = 15;
public GameObject target;