Constructor for Effect.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public Effect(
	IEffectable target,
	string description
)

Parameters

target
Type: BaseLib..::..IEffectable
A IEffectable the object that is going to be effected.
description
Type: System..::..String
A String a description of what the effect does.

See Also