C# Class battle.GameConfig

Show file 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 property

public int Attack
return int

Health public property

public int Health
return int