Implemented getting and setting high scores from server

This commit is contained in:
Max 2025-03-07 09:26:54 +01:00
parent c103ffb339
commit d3e2d425bf
17 changed files with 346 additions and 17 deletions

View file

@ -10,5 +10,6 @@ namespace DungeonSelection
public static Action<DungeonData> EnterDungeonClicked;
public static Action CloseRules;
public static Action ShowRules;
public static Action GetScores;
}
}