Initializes a new instance of the EditorBase class

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

Collapse imageSyntax

C#
public EditorBase(
	Player p,
	string key
)

Parameters

p
Type: BaseLib..::..Player

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

key
Type: System..::..String

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

Collapse imageSee Also