I do not understand why I get error on the line BigInteger a = new BigInteger(25);
This is my code:
using UnityEngine;
using System.Collections;
using System.Numerics;
public class Variabili : MonoBehaviour {
BigInteger a = new BigInteger(25);
public static ulong atomi;
public static float tempoDiGIoco = 0;
public static float metri = 0;
public static float kilometri = 0;
public static float anniluce = 0;
public static float prestige = 1.00f;
}