Initializes a new instance of the ClassificationHandler class

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

Syntax

C#
public ClassificationHandler(
	Player p,
	string classification
)

Parameters

p
Type: BaseLib..::..Player

[Missing <param name="p"/> documentation for "M:BaseLib.Handlers.ClassificationHandler.#ctor(BaseLib.Player,System.String)"]

classification
Type: System..::..String

[Missing <param name="classification"/> documentation for "M:BaseLib.Handlers.ClassificationHandler.#ctor(BaseLib.Player,System.String)"]

See Also