API
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine; using Game; using Music; using Player;
|
||||
namespace Game
|
||||
{
|
||||
|
||||
public class WinScreen : MonoBehaviour
|
||||
{
|
||||
@@ -33,3 +35,4 @@ public class WinScreen : MonoBehaviour
|
||||
GetComponent<Animator>().SetTrigger("win");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user