C# Class statusEffect, JRPG

Show file Open project: seanlazaro/JRPG Class Usage Examples

Public Properties

Property Type Description
debuff bool
limitedDuration bool
name string
numberOfTurnsRemaining int
startedDuration bool

Public Methods

Method Description
statusEffect ( string name, bool limitedDuration, bool startedDuration, int numberOfTurnsRemaining, bool debuff ) : System

Method Details

statusEffect() public method

public statusEffect ( string name, bool limitedDuration, bool startedDuration, int numberOfTurnsRemaining, bool debuff ) : System
name string
limitedDuration bool
startedDuration bool
numberOfTurnsRemaining int
debuff bool
return System

Property Details

debuff public property

public bool debuff
return bool

limitedDuration public property

public bool limitedDuration
return bool

name public property

public string name
return string

numberOfTurnsRemaining public property

public int numberOfTurnsRemaining
return int

startedDuration public property

public bool startedDuration
return bool