Interface IWrapper<T>
- Namespace
- Exiled.API.Interfaces
- Assembly
- Exiled.API.dll
Defines the contract for classes that wrap a base-game object.
public interface IWrapper<T>
Type Parameters
TThe base-game class that is being wrapped.
- Extension Methods
Properties
Base
Gets the base T that this class is wrapping.
T Base { get; }
Property Value
- T