Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Risk1
Continent
C# Class Risk1.Continent
Show file
Open project: faridmovsumov/absoluterisk
Class Usage Examples
Public Properties
Property
Type
Description
bolgeler
List
getirisi
int
name
String
Public Methods
Method
Description
Continent
(
string
n
,
int
g
) :
System
Method Details
Continent()
public
method
public
Continent
(
string
n
,
int
g
) :
System
n
string
g
int
return
System
Property Details
bolgeler
public property
Kıtada bulunan bölgelerin listesinin tutulduğu değişkendir.
public
List
bolgeler
return
List
getirisi
public property
Kıtanın bütün bölgelerine de sahip olan oyuncunun her döngüde kazanacağı extra asker sayısını ifade eder.
public
int
getirisi
return
int
name
public property
Kıtanın adının tutulduğu değişkendir.
public
String
name
return
String