Interface for things that are lockable. Defines methods needed to be able to lock and unlock things. May eventually deal with lockpicking in here, too...

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

Syntax

C#
public interface ILockable

See Also