Class ListFactory
Inheritance
System.Object
ListFactory
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public static class ListFactory : Object
Methods
MakeModifyRegistrar<T>(ControllerList<T>)
Declaration
public static void MakeModifyRegistrar<T>(this ControllerList<T> list)
where T : class, IHasID
Parameters
Type | Name | Description |
---|---|---|
ControllerList<T> | list |
Type Parameters
Name | Description |
---|---|
T |