C# Class statusEffect, JRPG

ファイルを表示 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_oe property

public bool debuff
return bool

limitedDuration public_oe property

public bool limitedDuration
return bool

name public_oe property

public string name
return string

numberOfTurnsRemaining public_oe property

public int numberOfTurnsRemaining
return int

startedDuration public_oe property

public bool startedDuration
return bool