Several Definitions for models used throughout the appear in one Definitions.swift file. This causes some confusion while searching for the model, as well as makes this file very long. Additionally, there are several definitions in this file that are no longer needed and should be removed.
Solution
Moved all definitions to separate files in a Definitions/ folder.
Split Game Specific definitions into a sub folder within Definitions/
Removed previous game specific definitions that are not being used
Problem
Several Definitions for models used throughout the appear in one
Definitions.swift
file. This causes some confusion while searching for the model, as well as makes this file very long. Additionally, there are several definitions in this file that are no longer needed and should be removed.Solution
Definitions/
folder.Definitions/
Issues Fixed
Resolve #68
Checks