养成基本完毕,新UI,修bug,装备初步,
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace CartoonUI
|
||||
{
|
||||
public class Close : MonoBehaviour
|
||||
{
|
||||
public GameObject gameObject;
|
||||
public void close()
|
||||
{
|
||||
gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user