Interface IWrapper<T>
Defines the contract for classes that wrap a base-game object.
Namespace: Exiled.API.Interfaces
Assembly: Exiled.API.dll
Syntax
public interface IWrapper<T>
where T : MonoBehaviour
Type Parameters
Name | Description |
---|---|
T | The base-game class that is being wrapped. |
Properties
| Improve this Doc View SourceBase
Gets the base T
that this class is wrapping.
Declaration
T Base { get; }
Property Value
Type | Description |
---|---|
T |