C# Class Risk1.Bolge

Afficher le fichier Open project: faridmovsumov/absoluterisk Class Usage Examples

Méthodes publiques

Свойство Type Description
index int
isim String
komsular List
noktalar List
number int
ordu Ordu
sahip Player
sahipli bool

Méthodes publiques

Méthode Description
Bolge ( ) : System
Bolge ( List nok, String ad ) : System
getColor ( ) : Color

Method Details

Bolge() public méthode

public Bolge ( ) : System
Résultat System

Bolge() public méthode

public Bolge ( List nok, String ad ) : System
nok List
ad String
Résultat System

getColor() public méthode

public getColor ( ) : Color
Résultat Color

Property Details

index public_oe property

Bölgenin listedeki yerini belirtir.
public int index
Résultat int

isim public_oe property

Bölgenin ismini döndürür.
public String isim
Résultat String

komsular public_oe property

Komşu bölgelerin listesini tutar.
public List komsular
Résultat List

noktalar public_oe property

public List noktalar
Résultat List

number public_oe property

Bölgenin numarasını belirtir
public int number
Résultat int

ordu public_oe property

Asker sayısına Erişmek için kullanılır.
public Ordu,Risk1 ordu
Résultat Ordu

sahip public_oe property

Bölgenin sahibi olan oyuncuyu döndürür.
public Player,Risk1 sahip
Résultat Player

sahipli public_oe property

Bölgenin sahipli olup olmadığını belirtir.
public bool sahipli
Résultat bool