结构大修改,改成朴实无华的结构,不过度架构。能跑就行
This commit is contained in:
@@ -63,7 +63,7 @@ namespace NBF
|
||||
|
||||
private void LoadExternalSync(string downloadUrl)
|
||||
{
|
||||
App.Inst.StartCoroutine(DownloadTexture(downloadUrl));
|
||||
Game.Instance.StartCoroutine(DownloadTexture(downloadUrl));
|
||||
}
|
||||
|
||||
private IEnumerator DownloadTexture(string downloadUrl)
|
||||
|
||||
Reference in New Issue
Block a user