notebook实装功能,galgame继续,一些bug修复
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class sonItemPrefab : MonoBehaviour
|
||||
{
|
||||
public Toggle sonToggle;
|
||||
public Text sonName;
|
||||
public Text sonDescription;
|
||||
public Image sonImage;
|
||||
}
|
||||
Reference in New Issue
Block a user