ipoolobject - eisclimber/ExPresS-XR GitHub Wiki
Interface in ExPresSXR.Minigames.Archery.ObjectPool
Represents an object for which an object pool can execute functionality on return and retrieval.
public interface IPoolObject| Name | Description |
|---|---|
| HandlePoolRetrieved() | Gets automatically executed when the object is retrieved from a pool. |
| HandlePoolReturned() | Gets automatically executed when the object is returned to a pool. |