krogenth / G2DataGUI

A tool for modifying the Anniversary/HD Remaster of Grandia 2.
MIT License
4 stars 5 forks source link

Restructure UI file layout #35

Open krogenth opened 1 year ago

krogenth commented 1 year ago

Currently all viewmodels regardless of type are within the UI/ViewModel folder and all content pages are within UI/Views/Content. Ideally, as this project continues to grow in scope, we should make subfolders to classify these files better(i.e. - a subfolder for maps that houses all map files for both ViewModel and Views respectively).