Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
battle
GameConfig
C# Class battle.GameConfig
Mostrar archivo
Open project: GSTU/oop-examples
Class Usage Examples
Public Properties
Property
Type
Description
Attack
int
Health
int
Public Methods
Method
Description
GameConfig
(
int
attack
,
int
health
) :
System
Method Details
GameConfig()
public
method
public
GameConfig
(
int
attack
,
int
health
) :
System
attack
int
health
int
return
System
Property Details
Attack
public_oe property
public
int
Attack
return
int
Health
public_oe property
public
int
Health
return
int