C# Class statusEffect, JRPG

Afficher le fichier Open project: seanlazaro/JRPG Class Usage Examples

Méthodes publiques

Свойство Type Description
debuff bool
limitedDuration bool
name string
numberOfTurnsRemaining int
startedDuration bool

Méthodes publiques

Méthode Description
statusEffect ( string name, bool limitedDuration, bool startedDuration, int numberOfTurnsRemaining, bool debuff ) : System

Method Details

statusEffect() public méthode

public statusEffect ( string name, bool limitedDuration, bool startedDuration, int numberOfTurnsRemaining, bool debuff ) : System
name string
limitedDuration bool
startedDuration bool
numberOfTurnsRemaining int
debuff bool
Résultat System

Property Details

debuff public_oe property

public bool debuff
Résultat bool

limitedDuration public_oe property

public bool limitedDuration
Résultat bool

name public_oe property

public string name
Résultat string

numberOfTurnsRemaining public_oe property

public int numberOfTurnsRemaining
Résultat int

startedDuration public_oe property

public bool startedDuration
Résultat bool