Should set the thing to be unlocked, and generate the appropriate events.

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

Syntax

C#
bool DoUnlock(
	Living p
)

Parameters

p
Type: BaseLib..::..Living
The Living doing the unlocking

Return Value

[Missing <returns> documentation for "M:BaseLib.Interfaces.ILockable.DoUnlock(BaseLib.Living)"]

See Also