|
Ground of Aces Scripting API
|
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... | |