Skip to content

2022-June-16 - Prerelease - 2.6.924

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jun 23:17
e47070c
Merge Delegate related implementations together (#10677)

* Move setter into constructor

* Remove static NO_OP field

* Introduce GameData as required constructor argument

* Merge GameDelegateHistoryWriter with DelegateHistoryWriter

* Remove GameDelegateBridge

* Merge EditDelegate and BaseEditDelegate

* Call with null instead of dummy implementation

* Make no-op implementation more convenient to obtain

* Use static import instead of helper method with same signature

* Fix checkstyle violation