更新
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
@@ -17,4 +18,9 @@ public class GameStar : MonoBehaviour
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void OnDestroy()
|
||||
{
|
||||
CreatGame.GameLogic.Instance.Destroy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user