API
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine; using Game; using Music; using Player;
|
||||
namespace Game
|
||||
{
|
||||
|
||||
public class PlayerJoinCard : MonoBehaviour
|
||||
{
|
||||
@@ -12,3 +14,4 @@ public class PlayerJoinCard : MonoBehaviour
|
||||
playerNumberText.text = playerNumber.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user