updated uml

This commit is contained in:
CT
2026-04-30 22:50:06 -05:00
parent 90609484df
commit 4e74a1b0e0
2 changed files with 3 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ public class HockeyStats {
String s = players.createSaveData();
fw.write(s);
fw.close();
System.out.println("Data saved to " + fileName);
}
public static boolean showMenu() throws Exception {