Implemented getting and setting high scores from server
This commit is contained in:
parent
c103ffb339
commit
d3e2d425bf
17 changed files with 346 additions and 17 deletions
|
|
@ -8,7 +8,7 @@ namespace DungeonSelection
|
|||
public static Action DungeonSelectionStarted;
|
||||
public static Action ShowingLastDungeon;
|
||||
public static Action ShowingFirstDugeon;
|
||||
public static Action<DungeonData> ShowingDungeon;
|
||||
public static Action<DungeonDisplayData> ShowingDungeon;
|
||||
public static Action<DungeonData> LoadDungeon;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue