Class BasicEffect
Inheritance
object
BasicEffect
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public abstract class BasicEffect
Properties
isAlive
Declaration
public bool isAlive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
mask
Declaration
public abstract BasicEffectMask mask { get; }
Property Value
| Type | Description |
|---|---|
| BasicEffectMask |
parent
Declaration
public StatusEffect parent { get; }
Property Value
| Type | Description |
|---|---|
| StatusEffect |
victim
Declaration
public Entity victim { get; }
Property Value
| Type | Description |
|---|---|
| Entity |