xxxxxxxxxx
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HealthHelper : MonoBehaviour
{
public int MaxHealth - 100;
public int Health = 100;
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
xxxxxxxxxx
Assets\Scripts\HealthHelper.cs(8,27): error CS1003: Syntax error, ',' expected
xxxxxxxxxx
Assets\PlayerMovement.cs(16,61): error CS1003: Syntax error, ',' expected