Table of Contents

Interface IManageable<T>

Namespace
RisingV.Shared.Managers
Assembly
RisingV.Shared.dll

Represents an interface for manageable components that are associated with a specific type of manager.

public interface IManageable<in T> : IManageable where T : class, IManager

Type Parameters

T
Extension Methods