API
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine; using Game; using Music; using Player;
|
||||
using UnityEngine.UI;
|
||||
namespace Game
|
||||
{
|
||||
|
||||
public class LifeDisplayManager : MonoBehaviour
|
||||
{
|
||||
@@ -44,3 +46,4 @@ public class LifeDisplayManager : MonoBehaviour
|
||||
players.SetActive(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user