合并
This commit is contained in:
@@ -6,7 +6,7 @@ namespace AibisDream
|
||||
{
|
||||
[SerializeField] protected GameObject choiceButton;
|
||||
|
||||
private void Start()
|
||||
protected override void OnAwake()
|
||||
{
|
||||
// 初始化选择按钮
|
||||
choiceButtonPrefab = choiceButton;
|
||||
|
||||
Reference in New Issue
Block a user