leaderboard added
This commit is contained in:
13
Assets/DarkMatter/Code/Domain/LeaderBoard/LeaderboardData.cs
Normal file
13
Assets/DarkMatter/Code/Domain/LeaderBoard/LeaderboardData.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Darkmatter.Domain
|
||||
{
|
||||
|
||||
public class LeaderboardData : MonoBehaviour
|
||||
{
|
||||
public TextMeshProUGUI posNumber;
|
||||
public TextMeshProUGUI playerName;
|
||||
public TextMeshProUGUI playerScore;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a6ab63c7177ea94478032cb825071368
|
||||
Reference in New Issue
Block a user