dERP-Games / Coming-Calamity

0 stars 0 forks source link

[Story] Grid System Refactor #50

Closed PranavRajnish closed 9 months ago

PranavRajnish commented 10 months ago

Description As a developer I want to be able to test the grid system functionality easily and use its functionality in-game as well as in-editor.

Solution steps Refactor the GridManager class into GridManager and GridManagerBehaviour to seperate monobehaviour from implementation.

Acceptance Criteria Developers are able to easily write unit tests Functionality should work in edit mode and play mode.