TODO 2 e
This commit is contained in:
@@ -10,7 +10,24 @@ namespace Program
|
||||
{
|
||||
public string Nev { get; set; }
|
||||
|
||||
public int Pontszam { get; set; }
|
||||
|
||||
public Minta Minta = new Minta();
|
||||
}
|
||||
|
||||
class Minta
|
||||
{
|
||||
public bool Nagysor { get; set; }
|
||||
public bool Kissor { get; set; }
|
||||
public bool Poker { get; set; }
|
||||
public bool Full { get; set; }
|
||||
public bool Terc { get; set; }
|
||||
public bool KetPar { get; set; }
|
||||
public bool EgyPar { get; set; }
|
||||
|
||||
public bool AllTrue()
|
||||
{
|
||||
return Nagysor && Kissor && Poker && Full && Terc && KetPar && EgyPar;
|
||||
}
|
||||
}
|
||||
|
||||
class Kor
|
||||
@@ -18,5 +35,8 @@ namespace Program
|
||||
public Jatekos jatekos { get; set; }
|
||||
|
||||
public int[] dobasok { get; set; }
|
||||
|
||||
public int[] dobasokFull { get; set; }
|
||||
public int[] dontesekFull { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user