C# Class battle.GameConfig

Exibir arquivo 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