Click or drag to resize

ControllerFactoryAddPlugin Method

Registers a IController in the factory and also sets custom events if there is any.

Namespace:  Crosser.Server.Utilities.Factories
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public bool AddPlugin(
	IController controller
)

Parameters

controller
Type: Crosser.Common.ServerIController
The IController to register

Return Value

Type: Boolean
True if success

Implements

IControllerFactoryAddPlugin(IController)
See Also