pub fn get_repo_save_paths() -> Vec<PathBuf>
Expand description
Returns a list of possible paths where REPO game save data might be stored based on the current platform.
This function returns different paths depending on the operating system:
- Windows: Checks User profile folders and standard game save locations
- macOS: Checks Application Support and other common save locations
- Linux: Checks .local/share and other XDG directories
ยงReturns
A vector of PathBuf objects representing potential save directory locations