missingエラー解消
This commit is contained in:
parent
98da20e695
commit
ade48751a1
|
|
@ -29,7 +29,8 @@ public class HeartAnimation : MonoBehaviour
|
|||
this.CallWaitForSeconds(1f, () =>
|
||||
{
|
||||
callback?.Invoke();
|
||||
Destroy(bigHeart, 1f);
|
||||
Destroy(bigHeart);
|
||||
Destroy(gameObject);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue