C# Class SadConsole.Effects.EffectsManager.CellEffectData

Represents a mapping of a single effect and associated cells.
Afficher le fichier Open project: Thraka/SadConsole

Méthodes publiques

Свойство Type Description
Cells List
Effect ICellEffect

Méthodes publiques

Méthode Description
CellEffectData ( ICellEffect effect ) : System

Method Details

CellEffectData() public méthode

public CellEffectData ( ICellEffect effect ) : System
effect ICellEffect
Résultat System

Property Details

Cells public_oe property

public List Cells
Résultat List

Effect public_oe property

public ICellEffect Effect
Résultat ICellEffect