Exactly like the title. I don’t know how to do the fix that it’s suggesting, so I don’t really know how to move forward. The error brings me here:
public class NewGame : MonoBehaviour {
private Combat newPlayer;
void Start()
{
newPlayer= new Combat();
}
Combat is the name of another script