Ground of Aces Scripting API
Loading...
Searching...
No Matches
BlindGame.Utils Namespace Reference

Classes

class  ListPoolScope
 A utility class that provides automatic ListPool release using 'using' statement pattern. Example usage: using var scope = new ListPoolScope<GameEntity>(); // Use scope.List for operations // List is automatically released when scope is disposed. More...