|
|
@ -2,6 +2,7 @@
|
|
|
|
using System;
|
|
|
|
using System;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Linq;
|
|
|
|
using System.Linq;
|
|
|
|
|
|
|
|
using System.Reflection.Emit;
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
using System.Text;
|
|
|
|
using System.Text;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using System.Threading.Tasks;
|
|
|
@ -25,7 +26,9 @@ namespace ConsoleApp
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
Carte C = new Carte("Villageois", "Aucuns", "Doit voter inteligemment", null, "lien", "une carte peu apprécié mais necesaire");
|
|
|
|
Carte C = new Carte("Villageois", "Aucuns", "Doit voter inteligemment", null, "lien", "une carte peu apprécié mais necesaire");
|
|
|
|
|
|
|
|
Pack P = new Pack("Jeu de base", "C'est la premiere version du jeu", 5);
|
|
|
|
Console.WriteLine(C.Nom);
|
|
|
|
Console.WriteLine(C.Nom);
|
|
|
|
|
|
|
|
Console.WriteLine(P.Nom);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
static void DisplayTab(string name, int[] tab)
|
|
|
|
static void DisplayTab(string name, int[] tab)
|
|
|
|