Adds player commands to a Player object.

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

Syntax

C#
public void AddPlayerCommands(
	Player p
)

Parameters

p
Type: BaseLib..::..Player
The Player to add commands to.

See Also