# UpdateHandler

UpdateHandler Manages update callbacks that are called every frame

## Methods

- `add(callback: function)`: Adds a callback function to the update handler
- `remove(callback: function)`: Removes a callback function from the update handler
- `update()`: Triggers all update callbacks. Called internally by [DigitalBacon-UI](/docs/DigitialBacon-UI.md)
