Represents an effect that alters the behaviour of a IEffectable in some way.
Namespace: BaseLibAssembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public abstract class Effect : IBlame, IDestroyable, ISerializable, IDeserializationCallback |
Remarks
An effect could use modifiers to change the behaviour of a function, or it could use CallOuts
to make a periodic effect.