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
|
|
@ -6,7 +6,8 @@ namespace DungeonSelection
|
|||
[CreateAssetMenu(fileName = "New Dungeon", menuName = "Dungeon")]
|
||||
public class DungeonData : ScriptableObject
|
||||
{
|
||||
public string DungeonName;
|
||||
public string Name;
|
||||
public int Id;
|
||||
public Sprite Thumbnail;
|
||||
public string SceneName;
|
||||
public string WinMessage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue