feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/TraversalSetPool.html
|
||||
Title: People Playground Modding - TraversalSetPool
|
||||
==================================================
|
||||
|
||||
public class TraversalSetPool
|
||||
Inherits Pool<HashSet<Object>>
|
||||
No description provided
|
||||
Methods
|
||||
public (constructor) TraversalSetPool(int maxCapacity = ActivationPropagation.MaximumPropagations)
|
||||
No description provided
|
||||
|
||||
protected override HashSet<Object> CreateFresh()
|
||||
No description provided
|
||||
|
||||
protected override HashSet<Object> GetOverCapacityFallback()
|
||||
No description provided
|
||||
|
||||
protected override void ResetObjectForNextUse(HashSet<Object> obj)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user