Example #1
0
 void Start()
 {
     Instance = this;
     CheckJsonFiles();
     LoadGame();
     ErrorText.GetComponent <Text>().text = "You should place cards in chronological order.";
 }